Skip to content

Commit

Permalink
test "Docker image" CI workflow on docker-arm64 branch [drop]
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Apr 19, 2023
1 parent 0335bf0 commit 2c1e14e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Docker image

on:
push:
branches: [ master ]
branches:
- master
# todo: revert
- docker-arm64
release:
types: [ prereleased, released ]

Expand Down Expand Up @@ -124,7 +127,8 @@ jobs:
file: ./Dockerfile
build-args: |
VERSION_TAG=${{ steps.prep.outputs.version }}
push: true
# todo: revert
push: false
platforms: linux/amd64,linux/arm64
tags: ${{ steps.prep.outputs.tags }}
labels: |
Expand Down

0 comments on commit 2c1e14e

Please sign in to comment.