We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984d33e commit a71f683Copy full SHA for a71f683
1 file changed
.github/workflows/release.yaml
@@ -36,10 +36,10 @@ jobs:
36
run: |
37
docker buildx imagetools create \
38
--tag ghcr.io/javabin/frosting:release \
39
- ghcr.io/javabin/cupcake:staging
+ ghcr.io/javabin/frosting:staging
40
41
- name: Create version tag from staging frosting
42
43
44
--tag ghcr.io/javabin/frosting:${{ github.ref_name }} \
45
0 commit comments