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 5df36f4 commit 7929b17Copy full SHA for 7929b17
2 files changed
.github/workflows/production.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
registry: ${{ env.REGISTRY_DOCKERHUB }}
40
username: ${{ secrets.DOCKERHUB_USERNAME }}
41
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ password: ${{ secrets.DOCKERHUB_TOKEN || secrets.DOCKERHUB_PASSWORD }}
42
43
- name: Build and push
44
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
.github/workflows/staging.yml
@@ -39,7 +39,7 @@ jobs:
45
0 commit comments