added meta info

This commit is contained in:
anhefti 2022-12-07 09:55:50 +01:00
parent 781d941270
commit 85812b27b9

View file

@ -145,6 +145,14 @@ jobs:
uses: actions/download-artifact@v2
with:
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
id: docker_build