Skip to content

Commit

Permalink
chore(github): temp skip bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Oct 25, 2023
1 parent e6ae062 commit 7450623
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Package with Maven
run: mvn package -B -P prod "-Dstyle.color=always"

- name: Bump version and sync git
id: bump
uses: mickem/gh-action-bump-maven-version@v1.0.0
# - name: Bump version and sync git
# id: bump
# uses: mickem/gh-action-bump-maven-version@v1.0.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -41,6 +41,6 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: g0tn/soat-tech-challenge-backend:${{steps.bump.outputs.tag}}
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 7450623

Please sign in to comment.