mirror of https://github.com/dirtbags/moth.git
new tag path for ghcr.io
This commit is contained in:
parent
bf734ca5ae
commit
4197bf7f45
|
@ -63,7 +63,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
dirtbags/moth:${{ steps.vars.outputs.tag }}
|
dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||||
ghcr.io/dirtbags/moth/moth:${{ steps.vars.outputs.tag }}
|
ghcr.io/dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||||
|
|
||||||
- name: Build and push moth-devel image
|
- name: Build and push moth-devel image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
@ -74,4 +74,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
dirtbags/moth-devel:${{ steps.vars.outputs.tag }}
|
dirtbags/moth-devel:${{ steps.vars.outputs.tag }}
|
||||||
ghcr.io/dirtbags/moth/moth-devel:${{ steps.vars.outputs.tag }}
|
ghcr.io/dirtbags/moth-devel:${{ steps.vars.outputs.tag }}
|
||||||
|
|
Loading…
Reference in New Issue