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 e95c66b commit d8a5dc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ jobs:
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
run: |
echo "Running tests for ${{matrix.path}}"
echo ${{steps.build_and_push.outputs.digest}}
echo ${{steps.meta.outputs.tags}}
docker run --rm ${{steps.build_and_push.outputs.digest}} nginx -t
docekr images ls -a
# docker run --rm ${{steps.build_and_push.outputs.digest}} 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 d8a5dc5

Please sign in to comment.