File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 # Registry 1. GitHub Container Registry (GHCR)
4040 - name : Generate Docker Metadata
41- id : meta
41+ id : metadata
4242 uses : docker/metadata-action@v5
4343 with :
4444 images : ghcr.io/${{ github.repository }}
@@ -62,15 +62,15 @@ jobs:
6262 platforms : linux/amd64,linux/arm64 # multi-arch support
6363 file : docker/Dockerfile
6464 push : true
65- tags : ${{ steps.meta .outputs.tags }}
66- labels : ${{ steps.meta .outputs.labels }}
65+ tags : ${{ steps.metadata .outputs.tags }}
66+ labels : ${{ steps.metadata .outputs.labels }}
6767
6868 # Registry 2. DockerHub (only if credentials are provided)
6969 - name : Generate Docker Metadata
7070 if : ${{ env.DOCKER_USERNAME }}
7171 env :
7272 DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
73- id : meta
73+ id : metadata2
7474 uses : docker/metadata-action@v5
7575 with :
7676 images : ${{ github.repository }}
9999 platforms : linux/amd64,linux/arm64 # multi-arch support
100100 file : docker/Dockerfile
101101 push : true
102- tags : ${{ steps.meta .outputs.tags }}
103- labels : ${{ steps.meta .outputs.labels }}
102+ tags : ${{ steps.metadata2 .outputs.tags }}
103+ labels : ${{ steps.metadata2 .outputs.labels }}
You can’t perform that action at this time.
0 commit comments