Skip to content

Commit

Permalink
fix(github): syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Oct 25, 2023
1 parent 7450623 commit dcf9401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: g0tn/soat-tech-challenge-backend:$(mvn help:evaluate -Dexpression="project.version" -q -DforceStdout),g0tn/soat-tech-challenge-backend:latest
tags: g0tn/soat-tech-challenge-backend:$(mvn help:evaluate -Dexpression='project.version' -q -DforceStdout),g0tn/soat-tech-challenge-backend:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit dcf9401

Please sign in to comment.