Skip to content

Commit

Permalink
[workflow] update tags in docker metadata action
Browse files Browse the repository at this point in the history
shizunge committed Jul 2, 2023
1 parent bed588e commit 25bed9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -92,10 +92,10 @@ jobs:
${{ github.repository }}
ghcr.io/${{ github.repository }}
tags: |
type=schedule,pattern=dev-{{date X}}
type=raw,value=dev-{{date 'X'}}
type=raw,value=development
type=ref,event=branch
type=edge,branch=$repo.default_branch
type=edge,branch=main
- name: Build and push
uses: docker/build-push-action@v4
with:

0 comments on commit 25bed9e

Please sign in to comment.