diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b25f3ca..c9766c7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -47,10 +47,10 @@ jobs: - name: Extract Maven project version run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) id: project - - name: Check contents of traget folder - run: pwd & ls & ls target + - name: Check contents of target folder + run: ls target - name: Build & push docker container - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true tags: ghcr.io/scai-bio/sam:latest, ghcr.io/scai-bio/sam:${{ steps.project.outputs.version }}