Skip to content

Commit

Permalink
Changes made to CI/CD, timestamp is required (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk authored Mar 7, 2024
1 parent b921314 commit 622163d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=ref,event=pr,suffix=-${{ github.event.pull_request.head.sha }}
type=raw,value={{branch}}-{{sha}}-{{date 'YYYYMMDDHHmmss'}},enable={{is_default_branch}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=sha
type=raw,value=${{ env.TAG }}, enable=true
- name: Build and push
Expand Down

0 comments on commit 622163d

Please sign in to comment.