Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 6.4.1 to 6.11.0 (#468)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 92f8aa7 commit d20d900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Server - Build and push image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
with:
context: ./server/docker
file: ./server/docker/Dockerfile
Expand All @@ -109,7 +109,7 @@ jobs:
./gradlew :simulator:copyDependenciesFolders
- name: Simulator - Build and push image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
with:
context: ./simulator/build/docker
file: ./simulator/docker/Dockerfile
Expand Down

0 comments on commit d20d900

Please sign in to comment.