Skip to content

Commit 9388f2f

Browse files
fix: typo dollar
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 3bc9e67 commit 9388f2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/build-and-push-container-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
9393
- name: Login to Docker Hub
9494
id: login-docker-hub
95-
uses: docker/login-action@v3
95+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
9696
with:
9797
username: ${{ inputs.docker-hub-username }}
9898
password: ${{ inputs.docker-hub-password }}

.github/workflows/temp-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
packages: write
17+
1718
runs-on: ubuntu-latest
1819
environment: release
1920
strategy:
@@ -37,7 +38,7 @@ jobs:
3738
image: ${{ matrix.package }}
3839
version: ${{ github.sha }}
3940
docker-hub-username: ${{ secrets.DOCKERHUB_USERNAME }}
40-
docker-hub-password: $${{ secrets.DOCKERHUB_TOKEN }}
41+
docker-hub-password: ${{ secrets.DOCKERHUB_TOKEN }}
4142
github-container-registry-token: ${{ secrets.BOT_GITHUB_TOKEN }}
4243

4344
- name: Display Image Version ${{ matrix.package }}

0 commit comments

Comments
 (0)