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:
|
steps:
|
||||||
- name: 'Checkout GitHub Action'
|
- name: 'Checkout GitHub Action'
|
||||||
uses: actions/checkout@v2
|
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:
|
with:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
repository: DOCKER_REPOSITORY
|
- name: Build and push docker
|
||||||
tags: latest
|
uses: docker/build-push-action@v2
|
||||||
|
|
Loading…
Reference in a new issue