Skip to content

Commit

Permalink
Merge branch 'main' into humble
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtudela committed Jan 10, 2025
2 parents 9d57041 + 4dbdfa3 commit d93c833
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ on:
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
docker-image:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit d93c833

Please sign in to comment.