diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index ea6992c..a1d26e7 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -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: