Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

🤖️ GH Actions (deps): Bump docker/setup-buildx-action from a946f06b5ddbde456d0115dc585e8dc3c7a0c3e0 to 988b5a0280414f521da01fcc63a27aeeb4b104db #194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@a946f06b5ddbde456d0115dc585e8dc3c7a0c3e0
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
Loading