Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Sep 13, 2024
1 parent 5f7ff44 commit 5782455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:

- name: Check delimited-string for Docker tags
run: |
echo "${{ steps.docker-tags.outputs.target_string }}"
echo "${{ steps.docker-tags.outputs.target_string }}"
if [ "${{ steps.docker-tags.outputs.target_string }}" != "ghcr.io/foo-bar:dev, ghcr.io/foo-bar:tst, ghcr.io/foo-bar:prd" ]; then
exit 1
fi

0 comments on commit 5782455

Please sign in to comment.