Skip to content

Commit

Permalink
Remove labels from build/push
Browse files Browse the repository at this point in the history
I want to see if "labels" is required for "latest", which was pushed,
but was not specified in the tags.

Signed-off-by: Eric Ball <[email protected]>
  • Loading branch information
eb-oss committed Nov 14, 2023
1 parent 3e349c0 commit b8016b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ jobs:
context: "."
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b8016b1

Please sign in to comment.