Skip to content

Commit

Permalink
Merge pull request #533 from skadi-cloud/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-5.1.0

build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0
  • Loading branch information
coolya authored Jan 4, 2024
2 parents 8c94d81 + 24aee9f commit 6952308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew :server:installDist --no-daemon
- name: build docker images
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: server
push: true
Expand Down

0 comments on commit 6952308

Please sign in to comment.