Skip to content

Commit

Permalink
ci: Change setup-buildx-action version to v2.2.1 (rancher#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon authored Nov 17, 2022
1 parent 18efe01 commit 4fcd85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
type=raw,value=latest
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v2.2.1
- name: Login to Quay
uses: docker/[email protected]
with:
Expand All @@ -61,4 +61,4 @@ jobs:
run: |
cosign sign -y ${{ env.DOCKER_REPO }}:latest
cosign sign -y ${{ env.DOCKER_REPO }}:${{ steps.export_tag.outputs.elemental_tag }}
cosign sign -y ${{ env.DOCKER_REPO }}:${{ steps.export_tag.outputs.elemental_tag }}

0 comments on commit 4fcd85b

Please sign in to comment.