Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent ee3852a commit efcddf5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
command: cd ${{ matrix.image-name }} && npm i --dry-run

- name: Build and tag image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./${{ matrix.image-name }}
file: ./${{ matrix.image-name }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
command: cd ${{ matrix.image-name }} && npm i --dry-run

- name: Build and tag image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./${{ matrix.image-name }}
file: ./${{ matrix.image-name }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-puppeteer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
command: cd ${{ matrix.image-name }} && npm i --dry-run

- name: Build and tag image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./${{ matrix.image-name }}
file: ./${{ matrix.image-name }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-python-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and tag image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./${{ matrix.image-name }}
file: ./${{ matrix.image-name }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-python-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and tag image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./${{ matrix.image-name }}
file: ./${{ matrix.image-name }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and tag image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./${{ matrix.image-name }}
file: ./${{ matrix.image-name }}/Dockerfile
Expand Down

0 comments on commit efcddf5

Please sign in to comment.