File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 26
26
uses : docker/login-action@v1
27
27
with :
28
28
registry : ghcr.io
29
- username : nenadjaja
30
- password : ${{ secrets.GH_ACCESS_TOKEN }}
29
+ username : ${{ github.actor }}
30
+ password : ${{ secrets.GITHUB_TOKEN }}
31
31
32
32
- name : Build and push Docker image
33
33
uses : docker/build-push-action@v2
50
50
- name : Authenticate to GCP
51
51
uses : google-github-actions/auth@v1
52
52
with :
53
- credentials_json : ${{ secrets.GCP_SA_KEY_PRODUCTION }}
53
+ credentials_json : ${{ secrets.GCP_THE_GRAPH_PRODUCTION }}
54
54
55
55
- name : Set up kubectl
56
56
uses : google-github-actions/get-gke-credentials@v1
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v3
20
20
21
21
- name : Build Docker image
22
- uses : docker/build-push-action@v2
22
+ uses : docker/build-push-action@v4
23
23
with :
24
24
context : . # required to respect .dockerignore
25
25
cache-from : type=registry,ref=${{ env.BASE_IMAGE }}:latest
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
uses : actions/checkout@v3
25
25
26
26
- name : Login to GitHub Container Registry
27
- uses : docker/login-action@v1
27
+ uses : docker/login-action@v2
28
28
with :
29
29
registry : ghcr.io
30
- username : nenadjaja
31
- password : ${{ secrets.GH_ACCESS_TOKEN }}
30
+ username : ${{ github.actor }}
31
+ password : ${{ secrets.GITHUB_TOKEN }}
32
32
33
33
- name : Build and push Docker image
34
- uses : docker/build-push-action@v2
34
+ uses : docker/build-push-action@v4
35
35
with :
36
36
context : . # required to respect .dockerignore
37
37
cache-from : type=registry,ref=${{ env.BASE_IMAGE }}:latest
51
51
- name : Authenticate to GCP
52
52
uses : google-github-actions/auth@v1
53
53
with :
54
- credentials_json : ${{ secrets.GCP_SA_KEY_STAGING }}
54
+ credentials_json : ${{ secrets.GCP_THE_GRAPH_STAGING }}
55
55
56
56
- name : Set up kubectl
57
57
uses : google-github-actions/get-gke-credentials@v1
You can’t perform that action at this time.
0 commit comments