File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
timeout-minutes : 15
17
17
runs-on : ubuntu-latest
18
18
concurrency : redis-cluster-proxy
19
+ permissions :
20
+ packages : write
19
21
defaults :
20
22
run :
21
23
working-directory : test/proxy/redis-cluster-proxy
@@ -26,10 +28,12 @@ jobs:
26
28
uses : actions/checkout@v3
27
29
28
30
- name : Build image
29
- run : docker build . --tag $IMAGE_NAME
31
+ run : |
32
+ docker build . --tag $IMAGE_NAME
30
33
31
34
- name : Log into GitHub Container Registry
32
- run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
35
+ run : |
36
+ echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
33
37
34
38
- name : Push image to GitHub Container Registry
35
39
run : |
You can’t perform that action at this time.
0 commit comments