Skip to content

Commit

Permalink
[workflows] on push to the development package.
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Jan 28, 2024
1 parent ebb8c6a commit 37c31b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37c31b1

Please sign in to comment.