Skip to content

Commit

Permalink
Merge pull request #22 from oxelson/main
Browse files Browse the repository at this point in the history
added installation of packer ansible plugin
  • Loading branch information
tdrwenski authored Jul 12, 2024
2 parents 0e4acc8 + 34b1aaa commit e6536c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_thredds_test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run: |
cd packer
packer plugins install github.com/hashicorp/docker
packer plugins install github.com/hashicorp/ansible
packer build --only=docker-github-action thredds-test-env.json
docker login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io
docker push ghcr.io/unidata/thredds-test-action:v2
Expand Down

0 comments on commit e6536c2

Please sign in to comment.