Skip to content

Commit

Permalink
fix: Fixed versions because of build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jan 8, 2024
1 parent f362e8c commit 03d8208
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/[email protected]
Expand All @@ -45,9 +43,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

# Workaround: https://github.com/docker/build-push-action/issues/461
# https://github.com/docker/setup-buildx-action
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v5.1.0
uses: docker/setup-buildx-action@v3.0.0

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

0 comments on commit 03d8208

Please sign in to comment.