We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3956f commit 065a974Copy full SHA for 065a974
.github/workflows/retag-image.yml
@@ -33,8 +33,6 @@ jobs:
33
retag-image:
34
name: Retag image
35
runs-on: ubuntu-latest
36
- permissions:
37
- contents: write
38
39
steps:
40
- name: Install Crane
@@ -56,14 +54,3 @@ jobs:
56
54
[[ -z "$tag" ]] && continue
57
55
crane tag ${{ inputs.image }}@${{ inputs.digest }} "$tag"
58
done
59
-
60
- - name: Create git tag
61
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
62
- with:
63
- script: |
64
- github.rest.git.createRef({
65
- owner: context.repo.owner,
66
- repo: context.repo.repo,
67
- ref: 'refs/tags/${{ inputs.digest }}',
68
- sha: context.sha
69
- })
0 commit comments