[workflows] on-push publishes to the development package.
This commit is contained in:
parent
56076bc107
commit
8131751045
1 changed files with 3 additions and 3 deletions
6
.github/workflows/on-push.yml
vendored
6
.github/workflows/on-push.yml
vendored
|
|
@ -41,11 +41,11 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
${{ github.repository }}
|
||||
ghcr.io/${{ github.repository }}
|
||||
${{ github.repository }}-development
|
||||
ghcr.io/${{ github.repository }}-development
|
||||
tags: |
|
||||
type=raw,value=dev-{{date 'X'}}
|
||||
type=raw,value=development
|
||||
type=raw,value=latest
|
||||
type=ref,event=branch
|
||||
type=edge,branch=main
|
||||
- name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue