Skip to content

Commit

Permalink
cicd: run image
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Dec 4, 2023
1 parent 3bfd8b5 commit d7aa7c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ jobs:
platforms: local
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Run and test
run: docker run -e "COMMIT_AND_PUSH=false" --rm ${{ steps.meta.outputs.tags }}
- name: Image digest and tag
run: |
echo ${{ steps.docker_build.outputs.digest }}
echo ${{ steps.meta.outputs.tags }}

0 comments on commit d7aa7c4

Please sign in to comment.