mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2024-11-01 08:31:45 +01:00
Merge pull request #108 from fradelg/dependabot-github_actions-docker-setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
This commit is contained in:
commit
6b19e33340
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
# https://github.com/docker/setup-buildx-action
|
# https://github.com/docker/setup-buildx-action
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Get latest release version number
|
- name: Get latest release version number
|
||||||
id: docker-tag
|
id: docker-tag
|
||||||
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
|
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
|
||||||
|
|
Loading…
Reference in a new issue