Skip to content

Commit a98416f

Browse files
committed
Use new secrets
1 parent 4816618 commit a98416f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Log in to Docker Hub
3232
uses: docker/login-action@v3
3333
with:
34-
username: ${{ secrets.FLYIOBUILDS_DOCKERHUB_USERNAME }}
35-
password: ${{ secrets.FLYIOBUILDS_DOCKERHUB_TOKEN }}
34+
username: ${{ secrets.DOCKERHUB_USERNAME }}
35+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Extract metadata (tags, labels) for Docker
3838
id: meta

0 commit comments

Comments
 (0)