Skip to content

Commit

Permalink
ci: setup multiplatform conditions (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Nov 6, 2023
1 parent e6fd14d commit 5120b18
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@

name: docker-publish
on:
workflow_run:
workflows: ["docker-integration-test"]
types:
- completed
push:
branches:
- main

jobs:
release:
runs-on: ubuntu-latest
concurrency: deploy

if: ${{ github.ref == 'refs/heads/main' && github.event.workflow_run.conclusion == 'success'}}
concurrency: docker-publish
steps:
- uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 5120b18

Please sign in to comment.