Skip to content

Commit a71f683

Browse files
committed
Fix tagging of frosting
1 parent 984d33e commit a71f683

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
run: |
3737
docker buildx imagetools create \
3838
--tag ghcr.io/javabin/frosting:release \
39-
ghcr.io/javabin/cupcake:staging
39+
ghcr.io/javabin/frosting:staging
4040
4141
- name: Create version tag from staging frosting
4242
run: |
4343
docker buildx imagetools create \
4444
--tag ghcr.io/javabin/frosting:${{ github.ref_name }} \
45-
ghcr.io/javabin/cupcake:staging
45+
ghcr.io/javabin/frosting:staging

0 commit comments

Comments
 (0)