Skip to content

Commit

Permalink
Remove push-by-digest option
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jan 17, 2025
1 parent 529e000 commit 8c0b18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-buildx-action@v3
- name: Build imaage
- name: Build image
id: build
uses: docker/build-push-action@v5
with:
context: ci/docker/${{ inputs.name }}
platforms: linux/${{ matrix.target.arch }}
push: true
tags: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}:${{ inputs.name }}
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.NAMESPACE }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.NAMESPACE }},name-canonical=true,push=true
- name: Export digest
run: |
mkdir -p ${{ runner.temp }}/digests
Expand Down

0 comments on commit 8c0b18c

Please sign in to comment.