Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
universonic authored Sep 1, 2023
1 parent 75fc59c commit ca8ad63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
type=schedule,pattern=nightly-{{date 'YYYYMMDDhhmmss'}}
type=schedule,pattern=latest
type=sha,format=short
type=raw,value=minimal
# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand All @@ -68,7 +69,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule,pattern=nightly-{{date 'YYYYMMDDhhmmss'}}-full
type=schedule,pattern=latest
type=raw,value=full
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit ca8ad63

Please sign in to comment.