mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-02 04:46:25 +00:00
build: fixed typo in push condition
This commit is contained in:
2
.github/workflows/build-multiarch.yml
vendored
2
.github/workflows/build-multiarch.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.8.0
|
||||
with:
|
||||
platforms: ${{ matrix.platforms }}
|
||||
push: ${{ github.ref_type = 'tag' || github.ref_name == 'master' }}
|
||||
push: ${{ github.ref_type == 'tag' || github.ref_name == 'master' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
# ensure latest base image is used
|
||||
pull: true
|
||||
|
||||
Reference in New Issue
Block a user