⚙️ .github: use docker's actions

This commit is contained in:
neingeist 2023-01-29 15:39:38 +01:00
parent 4784f271c2
commit 09242221b9

View file

@ -19,7 +19,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: "ghcr.io/$ENDPOINT" images: ghcr.io/${{ env.ENDPOINT }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
# set latest tag for default branch # set latest tag for default branch