Skip to content

Commit

Permalink
πŸ’š remove tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
o4kapuk committed May 7, 2024
1 parent c58bc4d commit 9103996
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,3 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository }}:${{ steps.tag-generator.outputs.IMAGE_TAG }}
- name: Create tag
uses: actions/github-script@v5
with:
script: |
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/build-${{ steps.tag-generator.outputs.IMAGE_TAG }}',
sha: context.sha
})

0 comments on commit 9103996

Please sign in to comment.