Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5.1.0 to 5.2.0
  • Loading branch information
coolya authored Mar 16, 2024
2 parents e91949a + 85f62ab commit a31a503
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.1.0
uses: docker/build-push-action@v5.2.0
with:
context: server
push: true
Expand Down

0 comments on commit a31a503

Please sign in to comment.