Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI #3 #224

Merged
merged 1 commit into from
Nov 11, 2024
Merged

CI #3 #224

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}
- name: Get pom version
id: pom-version
run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
- name: Build and test 2Bass
run: mvn package
- name: Build docker image
Expand All @@ -39,5 +36,3 @@ jobs:
if: success() && github.ref == 'refs/heads/dev'
run: |
docker push curs/2bass:latest
docker push curs/2bass:${{ steps.pom-version.outputs.version }}"

Loading