There was an error while loading. Please reload this page.
1 parent 62e2051 commit 4e201e7Copy full SHA for 4e201e7
1 file changed
.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ env:
16
jobs:
17
condarise-dockerise-document:
18
# When merging to main and the commit message starts with 'Bump version:'
19
- if: "startsWith(github.event.head_commit.message, 'Bump version:')"
+ if: ${{ startsWith(github.event.head_commit.message, 'Bump version:') }}
20
name: Conda Docker Docs
21
runs-on: ubuntu-latest
22
defaults:
@@ -87,7 +87,9 @@ jobs:
87
uses: actions/checkout@v4
88
with:
89
ref: v${{ env.VERSION }}
90
- - name: 🏯 Buildx setup
+ - name: � QEMU setup
91
+ uses: docker/setup-qemu-action@v3
92
+ - name: �🏯 Buildx setup
93
uses: docker/setup-buildx-action@v3
94
95
install: true
0 commit comments