Skip to content

Commit

Permalink
fix the incorrect image path
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Oct 16, 2023
1 parent 6aecc28 commit fae5e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY_DOCKERHUB }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY_DOCKERHUB }}/linuxsuren/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
Expand Down

0 comments on commit fae5e29

Please sign in to comment.