Testing
This commit is contained in:
parent
bc79a0dd52
commit
688fcc54cb
1 changed files with 5 additions and 4 deletions
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
@ -10,10 +10,11 @@ jobs:
|
|||
steps:
|
||||
- name: 'Checkout GitHub Action'
|
||||
uses: actions/checkout@v2
|
||||
- name: Build and push docker
|
||||
uses: docker/build-push-action@v2
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
repository: DOCKER_REPOSITORY
|
||||
tags: latest
|
||||
- name: Build and push docker
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Reference in a new issue