Commit 8b88c81 1 parent 85714a0 commit 8b88c81 Copy full SHA for 8b88c81
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
runs-on : ubuntu-latest
11
+ permissions :
12
+ contents : read
13
+ packages : write
11
14
12
15
steps :
13
16
- name : Generate GitHub token
@@ -48,15 +51,12 @@ jobs:
48
51
name : ${{ github.ref }}
49
52
token : ${{ steps.generate-github-token.outputs.token }}
50
53
51
- - name : Build Docker image
52
- run : docker build -t ghcr.io/${{ github.repository }}:${{ github.ref_name }} .
53
-
54
54
- name : Login to GitHub Container Registry
55
55
uses : docker/login-action@v3
56
56
with :
57
57
registry : ghcr.io
58
58
username : ${{ github.actor }}
59
- password : ${{ steps.generate-github-token.outputs.token }}
59
+ password : ${{ secrets.GITHUB_TOKEN }}
60
60
61
61
- name : Build and push
62
62
uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change 1
1
name : " yamldiff"
2
- version : 0.0.4
2
+ version : 0.0.3
3
3
usage : " Gets the differences between a helm values.yaml file and the upstream"
4
4
description : " Gets the differences between a helm values.yaml file and the upstream"
5
5
ignoreFlags : false
You can’t perform that action at this time.
0 commit comments