Update build.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 96a8ff2be6
commit 3f22d972d8
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 - name: Login to DockerHub
uses: docker/login-action@v1.14.1 uses: docker/login-action@v1.14.1
with: with:
username: ${DOCKER_USERNAME} username: ${{ secrets.DOCKER_USERNAME }}
password: ${DOCKER_PASSWORD} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push images to Docker hub - name: Build and push images to Docker hub
uses: docker/build-push-action@v2.9.0 uses: docker/build-push-action@v2.9.0

Loading…
Cancel
Save