From 1be55192d8003aaeced877e29cc350a91889b2a8 Mon Sep 17 00:00:00 2001 From: Tim Adams Date: Fri, 6 Oct 2023 09:49:40 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}