Skip to content

Commit

Permalink
chore(github): use var for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Jul 21, 2020
1 parent 80dfdcf commit 77552eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: garethflowers/docker-ftp-server/ftp-server
repository: ${{ github.repository }}/ftp-server
add_git_labels: true
tag_with_ref: true

0 comments on commit 77552eb

Please sign in to comment.