From 03d8208ac28179635f0e22865e74f239fff8dd0e Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Mon, 8 Jan 2024 12:09:03 +0100 Subject: [PATCH] fix: Fixed versions because of build failures --- .github/workflows/docker-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7bf16c8..54b27c3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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/cosign-installer@v3.3.0 @@ -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