mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 16:18:52 +01:00
Updated building images workflow
This commit is contained in:
parent
c9c276c436
commit
4b9dc7259d
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
@ -280,7 +280,7 @@ jobs:
|
||||
driver-opts: image=moby/buildkit:master
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: {{ fromJSON(env.AUTO_PUSH_IMAGES) }}
|
||||
if: fromJSON(env.AUTO_PUSH_IMAGES)
|
||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user