Skip to content

Commit

Permalink
chore(workflow): test after build
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 13, 2024
1 parent 1ade81a commit 4e42b4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ jobs:
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
run: |
echo "Running tests for ${{matrix.path}}"
docker images ls -a
# docker run --rm ${{steps.build_and_push.outputs.digest}} nginx -t
docker run --rm ${{ fromJSON(steps.meta.outputs.tags)[0] }} /bin/sh -c "/etc/nginx/entrypoint.sh && nginx -t"
# - name: 🏗 Sign the image with GitHub OIDC Token
# if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
Expand Down

0 comments on commit 4e42b4b

Please # to comment.