Skip to content

Commit 8fd8524

Browse files
committed
test "Docker image" CI workflow on docker-arm64 branch [drop]
1 parent dc7aad0 commit 8fd8524

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.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

@@ -133,7 +136,8 @@ jobs:
133136
file: ./Dockerfile
134137
build-args: |
135138
VERSION_TAG=${{ steps.prep.outputs.version }}
136-
push: true
139+
# todo: revert
140+
push: false
137141
platforms: linux/amd64,linux/arm64
138142
tags: ${{ steps.prep.outputs.tags }}
139143
labels: |

0 commit comments

Comments
 (0)