Skip to content

Commit 2c1e14e

Browse files
committed
test "Docker image" CI workflow on docker-arm64 branch [drop]
1 parent 0335bf0 commit 2c1e14e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Docker image
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- master
7+
# todo: revert
8+
- docker-arm64
69
release:
710
types: [ prereleased, released ]
811

@@ -124,7 +127,8 @@ jobs:
124127
file: ./Dockerfile
125128
build-args: |
126129
VERSION_TAG=${{ steps.prep.outputs.version }}
127-
push: true
130+
# todo: revert
131+
push: false
128132
platforms: linux/amd64,linux/arm64
129133
tags: ${{ steps.prep.outputs.tags }}
130134
labels: |

0 commit comments

Comments
 (0)