diff options
author | 2024-08-24 03:29:28 +0100 | |
---|---|---|
committer | 2024-08-24 03:29:28 +0100 | |
commit | bac0560dfe5d15131f2e5c2d78d27d96d7bff5bd (patch) | |
tree | 55018b54cec446dc03cf6b838187f0d2125b5741 | |
parent | Explicitly set postgresql driver (diff) |
Tag images with SHA as well
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80220f0..69bf2df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,6 +55,7 @@ jobs: tags: | ghcr.io/owl-corp/keycloak:latest ghcr.io/owl-corp/keycloak:${{ env.KEYCLOAK_VERSION }} + ghcr.io/owl-corp/keycloak:${{ github.sha }} build-args: | KEYCLOAK_VERSION=${{ env.KEYCLOAK_VERSION }} |