Skip to content

Commit

Permalink
added installation of packer docker plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oxelson authored Jul 12, 2024
1 parent c334bb8 commit 53dea1b
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 53dea1b

Please sign in to comment.