mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +01:00
Merge pull request #572 from asciinema/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
This commit is contained in:
2
.github/workflows/asciinema.yml
vendored
2
.github/workflows/asciinema.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
username: "${{ github.actor }}"
|
username: "${{ github.actor }}"
|
||||||
password: "${{ secrets.GITHUB_TOKEN }}"
|
password: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
- name: "Build ${{ matrix.distros }} image"
|
- name: "Build ${{ matrix.distros }} image"
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: "tests/distros/Dockerfile.${{ matrix.distros }}"
|
file: "tests/distros/Dockerfile.${{ matrix.distros }}"
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
Reference in New Issue
Block a user