Skip to content

Commit 3230e19

Browse files
committed
Bug fixes
1 parent c92b2f9 commit 3230e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
with:
3737
push: true
3838
tags: |
39-
ghcr.io/scouterna/j26-auth:latest
40-
ghcr.io/scouterna/j26-auth:${{ steps.vars.outputs.sha_short }}
39+
ghcr.io/scouterna/j26-infratest:latest
40+
ghcr.io/scouterna/j26-infratest:${{ steps.vars.outputs.sha_short }}
4141
labels: |
4242
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
4343
org.opencontainers.image.revision=${{ steps.vars.outputs.sha_long }}
4444
org.opencontainers.image.source=https://github.com/${{ github.repository }}
45-
org.opencontainers.image.description=Jamboree26 Authentication Service
45+
org.opencontainers.image.description=Jamboree26 Infra test
4646
org.opencontainers.image.licenses=MIT

0 commit comments

Comments
 (0)