Update build.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 1f9712b1b8
commit afb82d6aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

@ -24,8 +24,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1.14.1
with:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push images to Docker hub
uses: docker/build-push-action@v2.9.0

Loading…
Cancel
Save