Skip to content

Commit

Permalink
Merge branch 'main' into doc/xx/new-docker-stack-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Nov 29, 2023
2 parents e114d9b + 09ba7d0 commit 2209e5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
image: qe
architecture: arm64
runsOn: ARM64
if: ${{ !github.event.pull_request.head.repo.fork }}

amd64-push-ghcr:
uses: ./.github/workflows/docker-push.yml
Expand All @@ -82,6 +83,7 @@ jobs:
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
needs: [amd64]
if: ${{ !github.event.pull_request.head.repo.fork }}

arm64-push-ghcr:
uses: ./.github/workflows/docker-push.yml
Expand All @@ -93,6 +95,7 @@ jobs:
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
needs: [arm64]
if: ${{ !github.event.pull_request.head.repo.fork }}

merge-tags-ghcr:
uses: ./.github/workflows/docker-merge-tags.yml
Expand All @@ -103,6 +106,7 @@ jobs:
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
needs: [amd64-push-ghcr, arm64-push-ghcr]
if: ${{ !github.event.pull_request.head.repo.fork }}

amd64-push-dockerhub:
if: github.repository == 'aiidalab/aiidalab-qe' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
Expand Down

0 comments on commit 2209e5a

Please sign in to comment.