Skip to content

Commit

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

build(deps): bump docker/build-push-action from 4.1.1 to 5.0.0
  • Loading branch information
coolya authored Nov 14, 2023
2 parents c299de8 + 0f36e4c commit 83e9731
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@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
context: server
push: true
Expand Down

0 comments on commit 83e9731

Please sign in to comment.