File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,14 @@ jobs:
22
22
steps :
23
23
- name : Checkout repository
24
24
uses : actions/checkout@v4
25
-
26
25
- name : Set up Docker Buildx
27
26
uses : docker/setup-buildx-action@v3
28
-
29
27
- name : Log in to Container Registry
30
28
uses : docker/login-action@v3
31
29
with :
32
30
registry : ${{ env.REGISTRY }}
33
31
username : ${{ github.actor }}
34
- password : ${{ secrets.GITHUB_TOKEN }}
35
-
32
+ password : ${{ secrets.GITHUB_TOKEN }}
36
33
- name : Extract metadata
37
34
id : meta
38
35
uses : docker/metadata-action@v5
41
38
tags : |
42
39
type=ref,event=branch
43
40
type=sha,prefix={{branch}}-
44
- type=raw,value=latest,enable={{is_default_branch}}
45
-
41
+ type=raw,value=latest,enable={{is_default_branch}}
46
42
- name : Build and push devcontainer image
47
43
uses : docker/build-push-action@v6
48
44
with :
52
48
tags : ${{ steps.meta.outputs.tags }}
53
49
labels : ${{ steps.meta.outputs.labels }}
54
50
cache-from : type=gha
55
- cache-to : type=gha,mode=max
51
+ cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments