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:
Fco. Javier Delgado del Hoyo 2023-09-15 19:07:01 +02:00 committed by GitHub
commit 6b19e33340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
uses: docker/setup-qemu-action@v2
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Get latest release version number
id: docker-tag
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1