ci: fix base test docker image
This commit is contained in:
parent
65799c9d1c
commit
4daeb3c6b6
16
.github/workflows/build-test-base.yml
vendored
16
.github/workflows/build-test-base.yml
vendored
|
@ -26,11 +26,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Docker Build & Push Action
|
||||
uses: mr-smithers-excellent/docker-build-push@v5.6
|
||||
with:
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
tags: latest
|
||||
registry: ${{ env.REGISTRY }}
|
||||
dockerfile: dev/docker-test-base/Dockerfile
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: mr-smithers-excellent/docker-build-push@v5.6
|
||||
with:
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
tags: latest
|
||||
registry: ${{ env.REGISTRY }}
|
||||
dockerfile: dev/docker-test-base/Dockerfile
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue