Skip to content

Commit

Permalink
chore(ci/cd): upgrade build-push-action action version
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Aug 25, 2024
1 parent d6ac4b6 commit 4e470a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: ./gradlew assemble

- name: Build, tag, and push image to ghcr.io
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 4e470a1

Please sign in to comment.