Skip to content

Commit a0140c2

Browse files
committed
corrected docker login name
1 parent 1ef8815 commit a0140c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: ./scripts/docker-build.sh
1919

2020
- name: Login to docker hub
21-
run: echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u accurics --password-stdin
21+
run: echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u terrascan --password-stdin
2222

2323
- name: Push Terrascan Action latest tag docker image
2424
run: ./scripts/docker-push-latest-tag.sh

0 commit comments

Comments
 (0)