mirror of https://github.com/dirtbags/moth.git
push to generated tags
This commit is contained in:
parent
ce90520ff2
commit
5828f16c5c
|
@ -56,12 +56,14 @@ jobs:
|
||||||
file: build/package/Containerfile
|
file: build/package/Containerfile
|
||||||
push: ${{ steps.vars.outputs.tags != '' }}
|
push: ${{ steps.vars.outputs.tags != '' }}
|
||||||
tags: ${{ steps.vars.outputs.moth-tags }}
|
tags: ${{ steps.vars.outputs.moth-tags }}
|
||||||
|
dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||||
|
docker.pkg.github.com/dirtbags/moth/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
|
||||||
with:
|
with:
|
||||||
target: moth
|
target: moth
|
||||||
file: build/package/Containerfile
|
file: build/package/Containerfile
|
||||||
tags: ${{ steps.vars.outputs.devel-tags }}
|
tags: |
|
||||||
dirtbags/moth-devel:latest
|
dirtbags/moth-devel:${{ steps.vars.outputs.tag }}
|
||||||
docker.pkg.github.com/dirtbags/moth/moth-devel:latest
|
docker.pkg.github.com/dirtbags/moth/moth-devel:${{ steps.vars.outputs.tag }}
|
||||||
|
|
Loading…
Reference in New Issue