chore(deps): update ubuntu:22.04 docker digest to 0e5e4a5 #265
Workflow file for this run
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
name: Docker | |
on: | |
pull_request: | |
push: | |
branches: ['main'] | |
tags: ['v*'] | |
concurrency: | |
group: '${{ github.workflow }} @ ${{ github.ref }}' | |
cancel-in-progress: true | |
jobs: | |
docker: | |
permissions: | |
contents: read | |
packages: write | |
security-events: write | |
uses: USA-RedDragon/reusable-actions/.github/workflows/docker-ci.yaml@v1.2.5 | |
with: | |
push: ${{ github.event_name != 'pull_request' }} |