Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san committed Feb 13, 2024
1 parent 2ce72e9 commit c57601d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3

with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -39,7 +39,7 @@ jobs:
id: meta
uses: docker/[email protected]
with:
images: my-docker-hub-namespace/my-docker-hub-repository
images: ${{ env.IMAGE_NAME }} #my-docker-hub-namespace/my-docker-hub-repository

- name: Build and push Docker image
uses: docker/[email protected]
Expand Down

0 comments on commit c57601d

Please sign in to comment.