feat(dom test image): correct the DOM image tag

correcting the wrong tag for the DOM test images
This commit is contained in:
Christopher Fremond 2022-12-13 17:43:01 +00:00 committed by GitHub
parent 82d6ce3933
commit fc263a8d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,5 +42,5 @@ jobs:
- name: Build the DOM Docker image
if: always()
run: |
docker build . --file dom/Dockerfile --tag ghcr.io/01-edu/test-js:latest
docker push ghcr.io/01-edu/test-js:latest
docker build . --file dom/Dockerfile --tag ghcr.io/01-edu/test-dom:latest
docker push ghcr.io/01-edu/test-dom:latest