Merge pull request #304 from reload/dependabot/docker/php-a8f0706 #343
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
name: Docker build and run | |
jobs: | |
build: | |
name: Docker build and run | |
if: '!github.event.deleted' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Docker build | |
run: docker build --tag github-security-jira:latest . | |
- name: Run in Docker | |
run: docker run -t --rm github-security-jira:latest --version |