Update docker.yml
This commit is contained in:
parent
add2ebff6b
commit
be7a97e240
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -29,8 +29,8 @@ jobs:
|
||||
arch: ["x86_64", "arm64"]
|
||||
exclude:
|
||||
- version: "18.04"
|
||||
architecture: "arm64"
|
||||
- architecture: ${{ github.event_name == 'release' && 'arm64' }}
|
||||
arch: "arm64"
|
||||
- arch: ${{ github.event_name == 'release' && 'arm64' }}
|
||||
outputs:
|
||||
tags: ${{ steps.attributes.outputs.tags }}
|
||||
push: ${{ steps.attributes.outputs.push }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user