|
|
@@ -31,8 +31,8 @@ jobs:
|
|
|
- name: Log in to Docker Hub
|
|
|
uses: docker/login-action@v2
|
|
|
with:
|
|
|
- username: ${{ secrets.DOCKER_USERNAME }}
|
|
|
- password: ${{ secrets.DOCKER_TOKEN }}
|
|
|
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
|
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
- name: Build and push multi-platform Docker images
|
|
|
run: |
|
|
|
docker buildx create --use
|