Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Czyz <[email protected]>
  • Loading branch information
mczyz-antmicro committed Mar 26, 2024
1 parent 5de9afc commit 3234655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Docker build
run: |
docker build -t ghcr.io/antmicro/orfs:latest -f Dockerfile-orfs
docker build -t ghcr.io/antmicro/orfs:latest -f Dockerfile-orfs .
- name: Push container image to GitHub Container Registry (GHCR)
if: github.event_name != 'pull_request' && github.repository == 'antmicro/openroad-codespace'
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Docker build
run: |
docker build -t ghcr.io/antmicro/lxqt -f Dockerfile-lxqt
docker build -t ghcr.io/antmicro/lxqt -f Dockerfile-lxqt .
- name: Push container image to GitHub Container Registry (GHCR)
if: github.event_name != 'pull_request' && github.repository == 'antmicro/openroad-codespace'
Expand Down

0 comments on commit 3234655

Please sign in to comment.