diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b968c09..dc04cba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 }}" -