Skip to content

Commit

Permalink
Fix data in Docker Hub CD workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MixeroTN authored Feb 29, 2024
1 parent 3276691 commit e2e9ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/metadata-action@232fc64e3a4e54539e087c5976439ea54be0959d
with:
images: |
my-docker-hub-namespace/my-docker-hub-repository
${{ secrets.DOCKER_USERNAME }}/nvim
ghcr.io/${{ github.repository }}
- name: Build and push Docker images
Expand Down

0 comments on commit e2e9ecd

Please sign in to comment.