Merge pull request #1212 from AppFlowy-IO/fix-docker-workflow

chore: fix github docker push workflow
This commit is contained in:
Khor Shu Heng 2025-02-05 11:55:10 +08:00 committed by GitHub
commit fd9424a350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ jobs:
run: docker logout
admin_frontend_image:
runs-on: {{ matrix.job.os }}
runs-on: ${{ matrix.job.os }}
env:
IMAGE_NAME: ${{ secrets.DOCKER_HUB_USERNAME }}/admin_frontend
strategy:
@ -240,7 +240,7 @@ jobs:
run: docker logout
appflowy_worker_image:
runs-on: {{ matrix.job.os }}
runs-on: ${{ matrix.job.os }}
env:
IMAGE_NAME: ${{ secrets.DOCKER_HUB_USERNAME }}/appflowy_worker
strategy: