Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.0.0 to 5.1.0 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent 3a39e2c commit 2782e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: image
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -242,7 +242,7 @@ jobs:
- name: Build and push Alpine Docker image
id: build-and-push-alpine
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: image
file: image/Dockerfile_alpine
Expand Down

0 comments on commit 2782e2d

Please sign in to comment.