ci: fix base test docker image

This commit is contained in:
Nicolas Giard 2022-03-16 21:23:51 -04:00 committed by GitHub
parent 65799c9d1c
commit 4daeb3c6b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}