Update master_push.yml
This commit is contained in:
3
.github/workflows/master_push.yml
vendored
3
.github/workflows/master_push.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
|||||||
username: ${{github.actor}}
|
username: ${{github.actor}}
|
||||||
password: ${{secrets.GITHUB_TOKEN}}
|
password: ${{secrets.GITHUB_TOKEN}}
|
||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ matrix.app }}
|
images: ghcr.io/${{ matrix.app }}
|
||||||
@@ -59,4 +60,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile
|
file: ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile
|
||||||
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user