File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ name: Publish release
6
6
on :
7
7
release :
8
8
types : [published]
9
+ push : {}
9
10
10
11
env :
11
12
REGISTRY : ghcr.io
@@ -23,21 +24,21 @@ jobs:
23
24
uses : actions/checkout@v2
24
25
25
26
- name : Log in to the Container registry
26
- uses : docker/login-action@v1
27
+ uses : docker/login-action@v2.2.0
27
28
with :
28
29
registry : ${{ env.REGISTRY }}
29
30
username : ${{ github.actor }}
30
31
password : ${{ secrets.GITHUB_TOKEN }}
31
32
32
33
- name : Extract metadata (tags, labels) for Docker
33
34
id : meta
34
- uses : docker/metadata-action@v3
35
+ uses : docker/metadata-action@v4.6.0
35
36
with :
36
37
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
37
38
tags : type=semver,pattern={{raw}}
38
39
39
40
- name : Build and push Docker image
40
- uses : docker/build-push-action@v2
41
+ uses : docker/build-push-action@v4.1.1
41
42
with :
42
43
context : .
43
44
push : true
You can’t perform that action at this time.
0 commit comments