Skip to content

Commit

Permalink
wip: try diff syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 11, 2023
1 parent c842a5d commit eb3e17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ jobs:
uses: boromir674/automated-workflows/.github/workflows/docker.yml@test
with:
DOCKER_USER: ${{ vars.DOCKER_USER }}
acceptance_policy: "${{ needs.read_docker_settings.outputs.DOCKER_POLICY }}"
acceptance_policy: ${{ needs.read_docker_settings.outputs.DOCKER_POLICY }}
image_slug: "neural-style-transfer-cli"
target_stage: "prod_install"
secrets:
Expand Down

0 comments on commit eb3e17c

Please sign in to comment.