Update docker-hub.yml

This commit is contained in:
pidong 2022-08-01 18:48:46 +08:00 committed by GitHub
parent 3ade34efa1
commit 672141fe32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ on:
env:
DOCKER_NAMESPACE: kelaresg
PLATFORMS: linux/amd64,linux/arm64
# Only push if this is main, otherwise we just want to build
PUSH: ${{ github.ref == 'refs/heads/main' }}
# Only push if this is master, otherwise we just want to build
PUSH: ${{ github.ref == 'refs/heads/master' }}
jobs:
docker-latest: