|
|
@@ -38,12 +38,6 @@ jobs:
|
|
|
- name: Available platforms
|
|
|
run: echo ${{ steps.buildx.outputs.platforms }}
|
|
|
|
|
|
- - name: Login to Docker Hub
|
|
|
- uses: docker/login-action@v2
|
|
|
- with:
|
|
|
- username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
|
- password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
-
|
|
|
- name: Log in to the Container registry
|
|
|
uses: docker/login-action@v2
|
|
|
with:
|