Skip to content

Commit

Permalink
Revert "Remove workaround from docker-publish.yml"
Browse files Browse the repository at this point in the history
This reverts commit 9b66ccd.
  • Loading branch information
joshuabach committed Oct 23, 2023
1 parent 9b66ccd commit 9c8cfc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
with:
cosign-release: 'v2.1.1'

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

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit 9c8cfc3

Please sign in to comment.