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

Commit c9ad381

Browse files
committed
FF-42 small fix to pipeline
1 parent a10e74a commit c9ad381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploydocker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
run: mvn spring-boot:build-image -f pom.xml -P prod
2828

2929
- name: Log into DockerHub Registry
30-
# Secret with `read:packages` and `write:packages` scopes saved as `CR_PAT`
3130
run: echo "${{ secrets.DOCKER_PW }}" | docker login -u filefighter --password-stdin
3231

3332
- name: Push image to DockerHub Registry

0 commit comments

Comments
 (0)