Browse Source

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

correcting the wrong tag for the DOM test images
pull/1654/head
Christopher Fremond 1 year ago committed by GitHub
parent
commit
fc263a8d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/docker-images.yml

4
.github/workflows/docker-images.yml

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

Loading…
Cancel
Save