Update docker.yml

fix typo
This commit is contained in:
Chris Sexton 2020-06-16 11:05:21 -04:00 committed by GitHub
parent d7ee807edc
commit 6556f7e100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Build and push to Docker - name: Build and push to Docker
uses: docker/build-push-action@v1.1.0 uses: docker/build-push-action@v1.1.0
with: with:
username: ${{ sercrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ sercrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
repository: chrissexton/private repository: chrissexton/private
tags: latest,catbase tags: latest,catbase