File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
- uses : actions/checkout@v3
19
19
with :
20
20
ref : " ${{ github.ref_name }}"
21
-
21
+
22
22
- name : Login to GitHub Container Registry
23
- uses : docker/login-action@v1
23
+ uses : docker/login-action@v2
24
24
with :
25
25
registry : ghcr.io
26
26
username : ${{ github.actor }}
27
- password : ${{ secrets.GITHUB_TOKEN }}
28
-
27
+ password : ${{ secrets.GITHUB_TOKEN }}
28
+
29
29
- name : Extract metadata (tags, labels) for Docker
30
30
id : meta
31
31
uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
35
35
- name : Build and push Docker image
36
36
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
37
37
with :
38
- context : backend
38
+ context : .
39
39
push : true
40
40
tags : ${{ steps.meta.outputs.tags }}
41
41
labels : ${{ steps.meta.outputs.labels }}
42
-
You can’t perform that action at this time.
0 commit comments