Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit cfdc272

Browse files
committed
Merge branch 'master' of https://github.com/FileFighter/RestApi
2 parents 1102035 + 7217521 commit cfdc272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploydocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Secret with `read:packages` and `write:packages` scopes saved as `CR_PAT`
3131
run: echo "${{ secrets.DOCKER_PW }}" | docker login -u filefighter --password-stdin
3232

33-
- name: Push image to DockerHub Registr
33+
- name: Push image to DockerHub Registry
3434
run: |
3535
IMAGE_ID=$(docker images $IMAGE_NAME -q)
3636

0 commit comments

Comments
 (0)