1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 06:05:23 -04:00

Update docker/setup-buildx-action action to v3

This commit is contained in:
renovate[bot] 2023-09-12 13:38:20 +00:00
parent 846307e4c8
commit 06258ba98b

View File

@ -33,7 +33,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
if: ${{ github.ref == 'refs/heads/master' }}