Skip to content

Commit

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

TRIVIAL: Bump docker/build-push-action from 4 to 5
  • Loading branch information
coufalja authored Nov 6, 2023
2 parents f81856b + f1a24d2 commit ee77b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Docker build & push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand Down

0 comments on commit ee77b99

Please sign in to comment.