Skip to content

Commit 3a604e1

Browse files
author
Cesar Rodriguez
committed
fixes dockerhub login
1 parent eef8d15 commit 3a604e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
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
24-
run: ./scripts/docker-push-latest-tag.sh
24+
run: ./scripts/docker-push-latest-tag.sh

0 commit comments

Comments
 (0)