Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit a217898

Browse files
committed
patching docker publish
1 parent 3534dcb commit a217898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
5151
5252
- name: Log into dockerhub
53-
run: echo "${{ secrets.TOKEN }}" | docker login -u ${{ secrets.USERNAME }} --password-stdin
53+
run: echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u theodoreprevot --password-stdin
5454

5555
- name: Push image to dockerhub
5656
run: |
57-
IMAGE_ID=${{ secrets.REPO }}/$IMAGE_NAME
57+
IMAGE_ID=theodoreprevot/docker-ci/$IMAGE_NAME
5858
# Change all uppercase to lowercase
5959
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
6060
# Strip git ref prefix from version

0 commit comments

Comments
 (0)