Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Jan 10, 2025
1 parent d292196 commit d29d192
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,19 @@ on:
workflow_dispatch:
workflow_run:
workflows: ["Build"]
branches:
- main
- humble
branches: [main, humble]
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 d29d192

Please sign in to comment.