Skip to content

Commit

Permalink
remove tags from build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Aug 17, 2023
1 parent 97a4033 commit aece169
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
build-args: "LOCAL_PATH=${{ matrix.local_path }}"
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down Expand Up @@ -178,7 +177,6 @@ jobs:
build-args: "LOCAL_PATH=${{ matrix.local_path }}"
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit aece169

Please sign in to comment.