Skip to content

Commit 597e422

Browse files
committed
create fastly-falco image
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 41632bd commit 597e422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fastly-falco.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: peter-evans/[email protected]
7575
with:
7676
username: ${{ secrets.DOCKERHUB_USERNAME }}
77-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
77+
password: ${{ secrets.DOCKERHUB_TOKEN }}
7878
repository: ${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}
7979
readme-filepath: ${{ env.WORKSPACE }}/README.md
8080
short-description: "Unoficial Docker image with Fastly Falco, a VCL testing tooling"

.github/workflows/load.gatling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: peter-evans/[email protected]
7575
with:
7676
username: ${{ secrets.DOCKERHUB_USERNAME }}
77-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
77+
password: ${{ secrets.DOCKERHUB_TOKEN }}
7878
repository: ${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}
7979
readme-filepath: ${{ env.WORKSPACE }}/README.md
8080
short-description: "Unoficial Docker image with Gatling, a load testing tooling"

0 commit comments

Comments
 (0)