Skip to content

Commit a90a438

Browse files
committed
Change tags in CI config
1 parent abf1145 commit a90a438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
context: .
102102
push: true
103103
tags: |
104-
ghcr.io/lsst-dm/rubin_rag:tickets/SP-1945
104+
lsst-dm/rubin_rag:${{ steps.vars.outputs.tag }}
105+
ghcr.io/lsst-dm/rubin_rag:${{ steps.vars.outputs.tag }}
105106
cache-from: type=gha
106107
cache-to: type=gha,mode=max
107108
platforms: linux/amd64

0 commit comments

Comments
 (0)