new tag path for ghcr.io

This commit is contained in:
Neale Pickett 2020-09-18 16:52:56 -06:00
parent bf734ca5ae
commit 4197bf7f45
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
push: true
tags: |
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
uses: docker/build-push-action@v2
@ -74,4 +74,4 @@ jobs:
push: true
tags: |
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 }}