Skip to content

Commit

Permalink
Use repository variables for DOCKER_ORGANIZATION instead of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Jan 13, 2023
1 parent 1a7bb8c commit c774f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
file: ${{ matrix.file }}
tags: ${{ ((github.event_name != 'pull_request') && format('{0}/{1}', secrets.DOCKERHUB_ORGANIZATION, matrix.tag)) || '' }}
tags: ${{ ((github.event_name != 'pull_request') && format('{0}/{1}', vars.DOCKERHUB_ORGANIZATION, matrix.tag)) || '' }}

0 comments on commit c774f07

Please sign in to comment.