@@ -50,12 +50,12 @@ jobs:
50
50
sed -En '/ARG\s+RUNNER_VERSION/ { s/ARG\s+RUNNER_VERSION=//; p; }')"
51
51
echo "version=${version:-$from_file}" >> $GITHUB_OUTPUT
52
52
53
- - name : Rolling tag
54
- uses : bitdeps/rolling-tag@v1
55
- id : roll
56
- with :
57
- version : v${{ steps.runner.outputs.version }}
58
- releases-only : false
53
+ # - name: Rolling tag
54
+ # uses: bitdeps/rolling-tag@v1
55
+ # id: roll
56
+ # with:
57
+ # version: v${{ steps.runner.outputs.version }}
58
+ # releases-only: false
59
59
60
60
- name : Docker meta
61
61
id : meta
64
64
images : |
65
65
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
66
66
tags : |
67
- type=raw,value=${{ steps.roll.outputs.tag }}
68
- type=raw,value=${{ steps.roll.outputs.version }}
69
- type=raw,value=latest,enable=${{ steps.roll.outputs.updates-latest == 'true' }}
67
+ type=raw,value=5x
70
68
71
69
- name : Setup Docker buildx
72
70
uses : docker/setup-buildx-action@v3
@@ -92,10 +90,10 @@ jobs:
92
90
build-args : |
93
91
RUNNER_VERSION=${{ steps.runner.outputs.version }}
94
92
95
- - name : Create Tag
96
- uses : mathieudutour/github-tag-action@v6.2
97
- with :
98
- custom_tag : ${{ steps.roll.outputs.tag }}
99
- github_token : ${{ secrets.GITHUB_TOKEN }}
100
- # v is already accommodated
101
- tag_prefix : ' '
93
+ # - name: Create Tag
94
+ # uses: mathieudutour/github-tag-action@v6.2
95
+ # with:
96
+ # custom_tag: ${{ steps.roll.outputs.tag }}
97
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
98
+ # # v is already accommodated
99
+ # tag_prefix: ''
0 commit comments