This commit is contained in:
Nanne Baars 2021-03-27 14:08:41 +01:00
parent f57412a4f5
commit bc39e5bdba

View File

@ -30,9 +30,9 @@ jobs:
steps:
- name: "Login to DockerHub"
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: "Build and push"
uses: docker/build-push-action@v2
with: