We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0335bf0 commit 2c1e14eCopy full SHA for 2c1e14e
1 file changed
.github/workflows/docker.yml
@@ -2,7 +2,10 @@ name: Docker image
2
3
on:
4
push:
5
- branches: [ master ]
+ branches:
6
+ - master
7
+ # todo: revert
8
+ - docker-arm64
9
release:
10
types: [ prereleased, released ]
11
@@ -124,7 +127,8 @@ jobs:
124
127
file: ./Dockerfile
125
128
build-args: |
126
129
VERSION_TAG=${{ steps.prep.outputs.version }}
- push: true
130
131
+ push: false
132
platforms: linux/amd64,linux/arm64
133
tags: ${{ steps.prep.outputs.tags }}
134
labels: |
0 commit comments