Skip to content

Commit fc71bba

Browse files
committed
Add explicit buildx output to docker
1 parent 1efb4cb commit fc71bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
tags: axiom/docker-erddap:latest
4141
cache-from: type=local,src=${ BUILDX_CACHE }
4242
cache-to: type=local,dest=${ BUILDX_CACHE }
43+
outputs: type=docker
4344

4445
- name: Run Docker Image in Background
4546
run: docker run -d -p 8080:8080 axiom/docker-erddap:latest

0 commit comments

Comments
 (0)