added meta info
This commit is contained in:
parent
781d941270
commit
85812b27b9
1 changed files with 8 additions and 0 deletions
8
.github/workflows/buildReporting.yml
vendored
8
.github/workflows/buildReporting.yml
vendored
|
@ -145,6 +145,14 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Package
|
name: Package
|
||||||
|
-
|
||||||
|
name: Extract metadata (tags, labels) for Docker
|
||||||
|
id: meta
|
||||||
|
uses: docker/metadata-action@v3
|
||||||
|
with:
|
||||||
|
images: anhefti/seb-server
|
||||||
|
tags: |
|
||||||
|
anhefti/seb-server:${{ env.TAG_NAME }}
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
|
Loading…
Reference in a new issue