Skip to content

Commit

Permalink
Fix: image tag specified twice in docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Apr 12, 2024
1 parent b2eb03b commit 1b34ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}
- name: Test
run: docker run --rm -v "${{ github.workspace}}:/app" ${{ env.TEST_TAG }} tenacom/buildvana-builder:test bash -c "(cd SampleProject && dotnet tool restore && dotnet cake --target pack)"
run: docker run --rm -v "${{ github.workspace}}:/app" ${{ env.TEST_TAG }} bash -c "(cd SampleProject && dotnet tool restore && dotnet cake --target pack)"
- name: Build and push
if: fromJSON(env.PUBLISH_IMAGE)
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 1b34ec0

Please sign in to comment.