Skip to content

Commit

Permalink
Merge branch 'main' into v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Apr 16, 2022
2 parents 290f0d0 + 1394be7 commit 907c82a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Docker

on:
# Build v1.0.x image every 12 hours
schedule:
- cron: '22 */12 * * *'
# schedule:
# - cron: '22 */12 * * *'
push:
branches: [ 'dev', 'v1*' ]
# Publish semver tags as releases.
Expand Down Expand Up @@ -146,6 +146,7 @@ jobs:
images: ${{ env.REGISTRY }}${{ startsWith(github.ref, 'refs/tags') && github.repository_owner == 'nervosnetwork' && 'nervos' || github.repository_owner }}/${{ env.IMAGE_NAME }}
# dynamically set date as a suffix
tags: |
type=ref,event=tag
type=ref,event=branch,suffix=-{{date 'YYYYMMDDHHmm'}}
type=ref,event=branch
labels: |
Expand Down

0 comments on commit 907c82a

Please sign in to comment.