diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index e6b25fa..1b2f98e 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -57,11 +57,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