Skip to content

Commit

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

build(deps): bump docker/build-push-action from 4.0.0 to 4.1.1
  • Loading branch information
coolya authored Nov 12, 2023
2 parents 1763743 + 3c19405 commit 80447b4
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.0.0
uses: docker/build-push-action@v4.1.1
with:
context: server
push: true
Expand Down

0 comments on commit 80447b4

Please sign in to comment.