Skip to content

Commit

Permalink
Merge pull request #21 from oxelson/main
Browse files Browse the repository at this point in the history
added installation of packer docker plugin
  • Loading branch information
tdrwenski committed Jul 12, 2024
2 parents c334bb8 + 53dea1b commit 0e4acc8
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 @@ -13,6 +13,7 @@ jobs:
- name: Execute Packer
run: |
cd packer
packer plugins install github.com/hashicorp/docker
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 0e4acc8

Please sign in to comment.