Skip to content

Commit

Permalink
(fix): wrong env stucking worflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico authored Jan 2, 2024
1 parent 1d020da commit 91f5223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishDockerImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Run Test Image
run: |
docker run --env FINISH_IN_SECONDS=10 --rm ${{ env.IMAGE }}:test
docker run --env ARUNACORE_FINISH_IN_SECONDS=10 --rm ${{ env.IMAGE }}:test
- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 91f5223

Please sign in to comment.