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 99 CACHE_KEY : docker-erddap-buildx-tag-
1010
1111jobs :
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-
2312 build :
2413 name : Build and test Docker Image
2514 runs-on : ubuntu-20.04
7867
7968 - name : Set up Docker Buildx
8069 uses : docker/setup-buildx-action@v1
81- with :
82- buildkitd-flags : --debug
8370
8471 - name : Cache Docker layers
8572 uses : actions/cache@v2
9986 uses : docker/build-push-action@v2
10087 with :
10188 push : true
102- tags : ${{ github.event.release.tag_name }}
89+ tags : axiom/docker-erddap: ${{ github.event.release.tag_name }}
10390 cache-from : type=local,src=${ BUILDX_CACHE }
10491 cache-to : type=local,dest=${ BUILDX_CACHE }
You can’t perform that action at this time.
0 commit comments