Skip to content

Commit 34b1aaa

Browse files
authored
added installation of packer ansible plugin
1 parent 0e4acc8 commit 34b1aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker_thredds_test_action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: |
1515
cd packer
1616
packer plugins install github.com/hashicorp/docker
17+
packer plugins install github.com/hashicorp/ansible
1718
packer build --only=docker-github-action thredds-test-env.json
1819
docker login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io
1920
docker push ghcr.io/unidata/thredds-test-action:v2

0 commit comments

Comments
 (0)