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 85bf0ff commit e9bdb55Copy full SHA for e9bdb55
.github/workflows/auto-update.yml
@@ -139,6 +139,9 @@ jobs:
139
GH_TOKEN: ${{ github.token }}
140
- name: Publish image
141
if: ${{ steps.detect-changes.outputs.DO_RELEASE == 'yes' && !env.ACT }}
142
+ env:
143
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
144
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
145
run: |
146
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
147
PYTHON_VERSION=${{ steps.python-version.outputs.PYTHON_VERSION }}
0 commit comments