Update build.yml

This commit is contained in:
Carlos Giraldo
2022-05-25 10:01:06 +02:00
committed by GitHub
parent a2b9d818e7
commit 6f83cb30f0

View File

@@ -62,12 +62,6 @@ jobs:
key: ${{ runner.os }}-buildx-${{ steps.image-info.outputs.image }}
restore-keys: |
${{ runner.os }}-buildx-
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3