File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 - name : Checkout
1414 uses : actions/checkout@v4
1515
16- # - name: Generate Metadata
17- # id: meta
18- # uses: docker/metadata-action@v5
19- # with:
20- # images: ghcr.io/${{ github.repository }}
16+ - name : Generate Metadata
17+ id : meta
18+ uses : docker/metadata-action@v5
19+ with :
20+ images : ghcr.io/${{ github.repository }}
2121
22- # - name: Build image
23- # uses: docker/build-push-actions@v6
22+ - name : Build image
23+ uses : docker/build-push-actions@v6
2424
2525 # - name: Log in to GHCR
2626 # if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
3737 with :
3838 # push: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
3939 push : true
40- # tags: ${{ steps.meta.outputs.tags }}
40+ tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments