Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
ef0b2e34c1
commit
589fe948cf
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
password: ${{ secrets.FORGEHUB_PASSWORD }}
|
password: ${{ secrets.FORGEHUB_PASSWORD }}
|
||||||
- name: Extract metadata (tags, labels) for Forge hub
|
- name: Extract metadata (tags, labels) for Forge hub
|
||||||
id: metaforge
|
id: metaforge
|
||||||
uses: github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
uses: https://github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||||
with:
|
with:
|
||||||
images: forge.k3s.fr/frank/opentsdb-auth-proxy
|
images: forge.k3s.fr/frank/opentsdb-auth-proxy
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
- name: Extract metadata (tags, labels) for Forge hub
|
- name: Extract metadata (tags, labels) for Forge hub
|
||||||
id: metadockerhub
|
id: metadockerhub
|
||||||
uses: github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
uses: https://github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||||
with:
|
with:
|
||||||
images: frankkkkk/opentsdb-auth-proxy
|
images: frankkkkk/opentsdb-auth-proxy
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|
Loading…
Reference in a new issue