From 1cea42ce7f611791b5c1c305970fe90ceb28ee97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 20 Sep 2025 22:04:15 +0200 Subject: [PATCH] Remove unused environment variable and annotations from Docker metadata extraction --- .github/workflows/docker-publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index eeab9be..d89b426 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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 }}