We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ba986 commit 7ed4495Copy full SHA for 7ed4495
.github/workflows/build-image.yaml
@@ -43,8 +43,8 @@ jobs:
43
file: Dockerfile.ghrocker
44
load: true
45
push: true
46
- tags:
47
- - ghcr.io/tfoote/ghrocker/ghrocker:latest
48
- - ghcr.io/tfoote/ghrocker/ghrocker:${{ steps.date.outputs.date }}
+ tags: |
+ ghcr.io/tfoote/ghrocker/ghrocker:latest
+ ghcr.io/tfoote/ghrocker/ghrocker:${{ steps.date.outputs.date }}
49
cache-from: type=gha
50
cache-to: type=gha,mode=max
0 commit comments