Update docker-image.yml

This commit is contained in:
Dale 2023-04-30 15:06:12 +02:00 committed by GitHub
parent a4a7867ab0
commit afa5159789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
@ -27,4 +27,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: user/app:latest
tags: ${{ vars.DOCKERHUB_USERNAME }}/openWakeWord-rhasspy:latest