We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92b2f9 commit 3230e19Copy full SHA for 3230e19
.github/workflows/build-and-publish.yml
@@ -36,11 +36,11 @@ jobs:
36
with:
37
push: true
38
tags: |
39
- ghcr.io/scouterna/j26-auth:latest
40
- ghcr.io/scouterna/j26-auth:${{ steps.vars.outputs.sha_short }}
+ ghcr.io/scouterna/j26-infratest:latest
+ ghcr.io/scouterna/j26-infratest:${{ steps.vars.outputs.sha_short }}
41
labels: |
42
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
43
org.opencontainers.image.revision=${{ steps.vars.outputs.sha_long }}
44
org.opencontainers.image.source=https://github.com/${{ github.repository }}
45
- org.opencontainers.image.description=Jamboree26 Authentication Service
+ org.opencontainers.image.description=Jamboree26 Infra test
46
org.opencontainers.image.licenses=MIT
0 commit comments