Skip to content

Commit 0e259ea

Browse files
committed
tag afterwards
1 parent f9f1721 commit 0e259ea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,15 @@ jobs:
7979
- name: Tag Image
8080
run: docker tag envbox ghcr.io/coder/envbox:${{ github.event.inputs.version }}
8181

82+
- name: Push Image
83+
run: docker push ghcr.io/coder/envbox:${{ github.event.inputs.version }}
84+
tag:
85+
runs-on: ubuntu-22.04
86+
needs: release
87+
steps:
8288
- name: Tag and Push Commit
8389
run: |
8490
git tag -a ${{ github.event.inputs.version }} -m ${{ github.event.inputs.version }}
8591
git push --tags
8692
87-
- name: Push Image
88-
run: docker push ghcr.io/coder/envbox:${{ github.event.inputs.version }}
93+

0 commit comments

Comments
 (0)