Skip to content

Commit

Permalink
re-distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Paupiera committed Jan 9, 2024
1 parent 799dc15 commit 9b63881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login \
-u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin docker.io
docker build . --file /dockerfiles/howdy.dockerfile \
docker build . --file dockerfiles/howdy.dockerfile \
--tag docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:$GITHUB_SHA
docker push docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:$GITHUB_SHA
Expand Down

0 comments on commit 9b63881

Please sign in to comment.