We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4acc8 commit 34b1aaaCopy full SHA for 34b1aaa
.github/workflows/docker_thredds_test_action.yml
@@ -14,6 +14,7 @@ jobs:
14
run: |
15
cd packer
16
packer plugins install github.com/hashicorp/docker
17
+ packer plugins install github.com/hashicorp/ansible
18
packer build --only=docker-github-action thredds-test-env.json
19
docker login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io
20
docker push ghcr.io/unidata/thredds-test-action:v2
0 commit comments