Skip to content

Commit

Permalink
test changes to docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahethompson committed Jun 28, 2023
1 parent a1ec7f7 commit fc06b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
run: |
echo "revision=${{ github.event.inputs.build-ref }}" >> "$GITHUB_ENV"
- name: Docker Build (Action)
uses: hashicorp/actions-docker-build@v1
uses: hashicorp/actions-docker-build@add-revision-input
with:
smoke_test: |
TEST_VERSION="$(docker run "${IMAGE_NAME}" version | awk '/Nomad v/{print $2}')"
Expand Down

0 comments on commit fc06b61

Please sign in to comment.