Skip to content

Commit

Permalink
fix: lowercase space names
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Apr 24, 2024
1 parent 70efb60 commit a3b7990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CR_PAT: ${{ secrets.CR_PAT }}

- name: Build docker image
run: docker build -f Dockerfile -t ghcr.io/Zenika/sensei-devcontainer:latest .
run: docker build -f Dockerfile -t ghcr.io/zenika/sensei-devcontainer:latest .

- name: Push image to GHCR
run: docker push ghcr.io/Zenika/sensei-devcontainer:latest
run: docker push ghcr.io/zenika/sensei-devcontainer:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM mcr.microsoft.com/devcontainers/javascript-node:1-20-bullseye

RUN apt-get update && apt-get install chromium

LABEL org.opencontainers.image.source="https://github.com/Zenika/sensei-devcontainer"
LABEL org.opencontainers.image.source="https://github.com/zenika/sensei-devcontainer"

0 comments on commit a3b7990

Please sign in to comment.