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 8247a6a commit 25e9eedCopy full SHA for 25e9eed
.github/workflows/docker.yml
@@ -2,7 +2,7 @@ name: docker build
2
3
on:
4
schedule:
5
- - cron: "0 10 * * *"
+ - cron: "0 10 * * *"
6
push:
7
branches:
8
- "**"
@@ -57,3 +57,4 @@ jobs:
57
push: ${{ github.event_name != 'pull_request' }}
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
60
+ platforms: linux/amd64,linux/arm64
0 commit comments