Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 4 to 6 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 4, 2024
1 parent 4091a68 commit 4219b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
uses: actions/checkout@v4
- name: Build and push to local registry
id: image1
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./tests/e2e
push: true
tags: localhost:5000/image1:latest
- name: Build and push to local registry
id: image2
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./tests/e2e
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
uses: actions/checkout@v4
- name: Build and push to local registry
id: image1
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./tests/e2e
push: true
tags: localhost:5000/image1:latest
- name: Build and push to local registry
id: image2
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./tests/e2e
push: true
Expand Down

0 comments on commit 4219b84

Please sign in to comment.