Skip to content

Commit

Permalink
Update template-docker-cached-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Miłosz Linkiewicz <[email protected]>
  • Loading branch information
Mionsz authored Jan 14, 2025
1 parent 5871d5d commit f35e8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-docker-cached-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ jobs:
if: ${{ env.DOCKER_REGISTRY_LOGIN == 'true' }}
with:
registry: "${{ env.DOCKER_REGISTRY }}"
username: "${{ secrets.git_docker_registry_login || env.GITHUB_ACTOR }}"
password: "${{ secrets.git_docker_registry_passkey || secrets.GITHUB_TOKEN }}"
username: "${{ secrets.GIT_DOCKER_REGISTRY_LOGIN || env.GITHUB_ACTOR }}"
password: "${{ secrets.GIT_DOCKER_REGISTRY_PASSKEY || secrets.GITHUB_TOKEN }}"

- name: "${{ inputs.docker_image_name }}: Build and push image"
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
Expand Down

0 comments on commit f35e8c6

Please sign in to comment.