We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4816618 commit a98416fCopy full SHA for a98416f
.github/workflows/docker-build.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Log in to Docker Hub
32
uses: docker/login-action@v3
33
with:
34
- username: ${{ secrets.FLYIOBUILDS_DOCKERHUB_USERNAME }}
35
- password: ${{ secrets.FLYIOBUILDS_DOCKERHUB_TOKEN }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
36
37
- name: Extract metadata (tags, labels) for Docker
38
id: meta
0 commit comments