This commit is contained in:
Alexey Pustovalov 2024-03-04 15:16:04 +09:00
parent 1327b1e2e9
commit 2304866b47

View File

@ -1020,7 +1020,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to ${{ env.DOCKER_REGISTRY_TEST }}
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
if: ${{ env.AUTO_PUSH_IMAGES != 'true' }}
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ${{ env.DOCKER_REGISTRY_TEST }}