We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516e50e commit 333c9a9Copy full SHA for 333c9a9
.github/workflows/deps-linuxdeploy-docker.yml
@@ -53,7 +53,7 @@ jobs:
53
name: Login to Docker Hub
54
uses: docker/login-action@v3
55
with:
56
- username: andy5995
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
57
password: ${{ secrets.UNCLE_ANDY_DOCKERHUB_ACCESS_TOKEN }}
58
-
59
name: Build and push by digest
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
113
name: Create manifest list and push
0 commit comments