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 d11edfb commit e08f0feCopy full SHA for e08f0fe
.github/workflows/docker-publish.yml
@@ -2,7 +2,7 @@ name: Container Image
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, sandhose/oidc-login ] # TODO: remove sandhose/oidc-login before merging
6
tags: [ 'v*' ]
7
pull_request:
8
branches: [ master ]
@@ -38,6 +38,12 @@ jobs:
38
uses: docker/metadata-action@v4
39
with:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
+ tags: | # Override tags so that we can use the SHA versions
42
+ type=schedule
43
+ type=ref,event=branch
44
+ type=ref,event=tag
45
+ type=ref,event=pr
46
+ type=sha
47
48
- name: Build and push Docker image
49
uses: docker/build-push-action@v3
0 commit comments