Skip to content

Commit

Permalink
Remove workaround as it should be no longer be necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderXAJ committed Feb 9, 2023
1 parent 9cd55b5 commit 876fa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish-ghcr.yml
Expand Up @@ -45,10 +45,8 @@ jobs:
with:
cosign-release: 'v1.11.0'


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

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Expand Up @@ -45,10 +45,8 @@ jobs:
with:
cosign-release: 'v1.11.0'


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

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

0 comments on commit 876fa0e

Please sign in to comment.