We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c2454 commit 4f3771dCopy full SHA for 4f3771d
1 file changed
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
password: ${{ secrets.DRC_GITHUB_REGISTRY }}
23
24
- name: Build
25
- run: OUR_IMAGE_TAG=develop OUR_IMAGE_SHORT=develop make build
+ run: OUR_IMAGE_TAG=v3.0.0 OUR_IMAGE_SHORT=t3rd make build
26
27
- name: Push to ghcr.io
28
run: OUR_IMAGE_TAG=v3.0.0 make push_to_ghcr
0 commit comments