Skip to content

Commit

Permalink
Update push-to-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson authored Aug 24, 2021
1 parent 1fd5f28 commit d3bb427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: {{ $github.repository }}
images: ${{ github.repository }}
- name: Log in to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
Expand Down

0 comments on commit d3bb427

Please sign in to comment.