File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -45,26 +45,26 @@ jobs:
45
45
tag_name="${GITHUB_REF##*/}"
46
46
gh release create "$tag_name" -t "$tag_name" auth-nyist.*
47
47
48
- build-image :
49
- name : Build Image
50
- runs-on : ubuntu-latest
51
- needs : build
52
- env :
53
- REGISTRY : ghcr.io
54
- IMAGE_NAME : ${{ github.repository }}
48
+ # build-image:
49
+ # name: Build Image
50
+ # runs-on: ubuntu-latest
51
+ # needs: build
52
+ # env:
53
+ # REGISTRY: ghcr.io
54
+ # IMAGE_NAME: ${{ github.repository }}
55
55
56
- steps :
57
- - name : Check out code into the Go module directory
58
- uses : actions/checkout@v4
56
+ # steps:
57
+ # - name: Check out code into the Go module directory
58
+ # uses: actions/checkout@v4
59
59
60
- - name : Set up QEMU
61
- uses : docker/setup-qemu-action@v3
60
+ # - name: Set up QEMU
61
+ # uses: docker/setup-qemu-action@v3
62
62
63
- - name : Set up Docker Buildx
64
- uses : docker/setup-buildx-action@v3
63
+ # - name: Set up Docker Buildx
64
+ # uses: docker/setup-buildx-action@v3
65
65
66
- - name : Extract metadata
67
- id : metadata
68
- uses : docker/metadata-action@v5
69
- with :
70
- images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
66
+ # - name: Extract metadata
67
+ # id: metadata
68
+ # uses: docker/metadata-action@v5
69
+ # with:
70
+ # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
You can’t perform that action at this time.
0 commit comments