File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 9
9
CACHE_KEY : docker-erddap-buildx-tag-
10
10
11
11
jobs :
12
- debug :
13
- name : Debug
14
- runs-on : ubuntu-latest
15
- steps :
16
- - name : Dump env
17
- run : env | sort
18
- - name : Dump GitHub context
19
- env :
20
- GITHUB_CONTEXT : ${{ toJson(github) }}
21
- run : echo "$GITHUB_CONTEXT"
22
-
23
12
build :
24
13
name : Build and test Docker Image
25
14
runs-on : ubuntu-20.04
78
67
79
68
- name : Set up Docker Buildx
80
69
uses : docker/setup-buildx-action@v1
81
- with :
82
- buildkitd-flags : --debug
83
70
84
71
- name : Cache Docker layers
85
72
uses : actions/cache@v2
99
86
uses : docker/build-push-action@v2
100
87
with :
101
88
push : true
102
- tags : ${{ github.event.release.tag_name }}
89
+ tags : axiom/docker-erddap: ${{ github.event.release.tag_name }}
103
90
cache-from : type=local,src=${ BUILDX_CACHE }
104
91
cache-to : type=local,dest=${ BUILDX_CACHE }
You can’t perform that action at this time.
0 commit comments