Skip to content

Commit 9103996

Browse files
committedMay 7, 2024·
💚 remove tagging
1 parent c58bc4d commit 9103996

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎.github/workflows/build-image.yml

-10
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,3 @@ jobs:
3434
context: .
3535
push: true
3636
tags: ghcr.io/${{ github.repository }}:${{ steps.tag-generator.outputs.IMAGE_TAG }}
37-
- name: Create tag
38-
uses: actions/github-script@v5
39-
with:
40-
script: |
41-
github.rest.git.createRef({
42-
owner: context.repo.owner,
43-
repo: context.repo.repo,
44-
ref: 'refs/tags/build-${{ steps.tag-generator.outputs.IMAGE_TAG }}',
45-
sha: context.sha
46-
})

0 commit comments

Comments
 (0)
Please sign in to comment.