ci: fix base test docker image

This commit is contained in:
Nicolas Giard 2022-03-16 21:23:51 -04:00 committed by NGPixel
parent 7ddaa513b1
commit 4b15ed933e
No known key found for this signature in database
GPG key ID: 8FDA2F1757F60D63

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