Remove unused environment variable and annotations from Docker metadata extraction
This commit is contained in:
parent
e20f940eaf
commit
1cea42ce7f
1 changed files with 0 additions and 3 deletions
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
|
|
@ -40,8 +40,6 @@ jobs:
|
|||
# Extract metadata (tags, labels) from Git reference and GitHub events for Docker
|
||||
- id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
env:
|
||||
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
|
||||
with:
|
||||
images: ghcr.io/thelovinator1/anewdawn
|
||||
tags: type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
|
|
@ -53,4 +51,3 @@ jobs:
|
|||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
annotations: ${{ steps.meta.outputs.annotations }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue