⚙️ .github: use docker's actions

master
neingeist 1 year ago
parent 4784f271c2
commit 09242221b9

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

Loading…
Cancel
Save