File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 55 tags :
66 - ' *'
77
8+ env :
9+ IMAGE : zappi/nginx
10+
811jobs :
912 github-release :
1013 runs-on : ubuntu-latest
3033 id : metadata
3134 uses : docker/metadata-action@v5
3235 with :
33- images : zappi/nginx
36+ images : ${{ env.IMAGE }}
3437 - name : Set up QEMU
3538 uses : docker/setup-qemu-action@v3
3639 - name : Set up Docker Buildx
5558 with :
5659 username : ${{ secrets.DOCKER_HUB_USERNAME }}
5760 password : ${{ secrets.DOCKER_HUB_TOKEN }}
58- repository : zappi/nginx
61+ repository : ${{ env.IMAGE }}
Original file line number Diff line number Diff line change 55 branches :
66 - ' master'
77
8+ env :
9+ IMAGE : zappi/nginx
10+
811jobs :
912 build :
1013 runs-on : ubuntu-latest
1518 id : metadata
1619 uses : docker/metadata-action@v5
1720 with :
18- images : zappi/nginx
21+ images : ${{ env.IMAGE }}
1922 - name : Set up QEMU
2023 uses : docker/setup-qemu-action@v3
2124 - name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments