Skip to content

Commit e9bdb55

Browse files
committed
fix: 🐛 publishing docker image
1 parent 85bf0ff commit e9bdb55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ jobs:
139139
GH_TOKEN: ${{ github.token }}
140140
- name: Publish image
141141
if: ${{ steps.detect-changes.outputs.DO_RELEASE == 'yes' && !env.ACT }}
142+
env:
143+
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
144+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
142145
run: |
143146
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
144147
PYTHON_VERSION=${{ steps.python-version.outputs.PYTHON_VERSION }}

0 commit comments

Comments
 (0)