Merge pull request #1210 from zabbix/trunk_workflow

Updated building images workflow
This commit is contained in:
Alexey Pustovalov 2024-02-19 19:17:36 +09:00 committed by GitHub
commit e6e040904f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -612,11 +612,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to DockerHub
- name: Login to ${{ env.DOCKER_REGISTRY_TEST }}
if: ${{ env.AUTO_PUSH_IMAGES != 'true' }}
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ghcr.io
registry: ${{ env.DOCKER_REGISTRY_TEST }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}