We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7bdf7 commit 9f4241bCopy full SHA for 9f4241b
.github/workflows/ci.yml
@@ -108,13 +108,18 @@ jobs:
108
- uses: actions/checkout@v4
109
with:
110
fetch-depth: 0
111
+ - name: Set up QEMU
112
+ uses: docker/setup-qemu-action@v3
113
+ - name: Set up Docker Buildx
114
+ uses: docker/setup-buildx-action@v3
115
- name: set up environment variables
116
run: |
117
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
118
echo "[email protected]" >> $GITHUB_ENV
119
- name: Push images
120
uses: SwissDataScienceCenter/renku-actions/[email protected]
121
env:
122
+ PLATFORMS: "linux/amd64,linux/arm64"
123
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
124
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
125
- name: Update component version
0 commit comments