[workflows] on-push publishes to the development package.
This commit is contained in:
6
.github/workflows/on-push.yml
vendored
6
.github/workflows/on-push.yml
vendored
@@ -41,11 +41,11 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ github.repository }}
|
${{ github.repository }}-development
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}-development
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=dev-{{date 'X'}}
|
type=raw,value=dev-{{date 'X'}}
|
||||||
type=raw,value=development
|
type=raw,value=latest
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=edge,branch=main
|
type=edge,branch=main
|
||||||
- name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
- name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user