Skip to content

Commit

Permalink
Removed multi-output tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
knicholson32 committed Dec 22, 2023
1 parent a2fb3b6 commit b94c995
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:
REGISTRY_IMAGE=${{ vars.REGISTRY_IMAGE }}
CI=true
file: docker/Dockerfile
outputs: |
type=image,name=${{ vars.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
type=image,name=ghcr.io/${{ vars.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ vars.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ vars.CACHE_REGISTRY_IMAGE }}:buildcache
cache-to: type=registry,ref=${{ vars.CACHE_REGISTRY_IMAGE }}:buildcache,mode=max
Expand Down

0 comments on commit b94c995

Please sign in to comment.