fix canonical name
Some checks failed
ci / docker-build (push) Failing after 19s

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-05-24 22:52:16 +02:00
parent 41db3fc3e4
commit ef0b2e34c1

View file

@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.FORGEHUB_PASSWORD }}
- name: Extract metadata (tags, labels) for Forge hub
id: metaforge
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: forge.k3s.fr/frank/opentsdb-auth-proxy
- name: Build and push
@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Extract metadata (tags, labels) for Forge hub
id: metadockerhub
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: frankkkkk/opentsdb-auth-proxy
- name: Build and push