We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efb4cb commit fc71bbaCopy full SHA for fc71bba
.github/workflows/push.yml
@@ -40,6 +40,7 @@ jobs:
40
tags: axiom/docker-erddap:latest
41
cache-from: type=local,src=${ BUILDX_CACHE }
42
cache-to: type=local,dest=${ BUILDX_CACHE }
43
+ outputs: type=docker
44
45
- name: Run Docker Image in Background
46
run: docker run -d -p 8080:8080 axiom/docker-erddap:latest
0 commit comments