Attempt another release fix
Test / test_build (push) Successful in 8s Details
Release / build_push (push) Failing after 7s Details

master
Gertjan Krol 2023-09-02 00:02:27 +02:00
parent 5ee8ada0f7
commit 19b80e0040
1 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Docker login - name: Docker login
uses: actions/docker-login@v2 uses: actions/docker-login@v2
with: with:
registry: ${{ REGISTRY }} registry: ${REGISTRY}
username: ${{secrets.DOCKER_USERNAME}} username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}} password: ${{secrets.DOCKER_PASSWORD}}
- name: Build and push - name: Build and push