Skip to content

Commit

Permalink
Merge pull request #16 from Gyarbij/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
Gyarbij authored Feb 10, 2023
2 parents 5310e4c + 9905320 commit eb7ccce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand Down

0 comments on commit eb7ccce

Please sign in to comment.