Skip to content

Commit 02fe430

Browse files
committed
Fix docker image naming in CI
1 parent bb4f744 commit 02fe430

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
file: ./bblab.dockerfile
2626
target: bblab-site
2727
push: false
28-
tags: cfe-lab/bblab-site:test
28+
tags: cfe-lab/bblab-site
2929
load: true
3030
cache-from: type=gha
3131
cache-to: type=gha,mode=max
@@ -34,13 +34,13 @@ jobs:
3434
run: |
3535
docker run --rm \
3636
-w /alldata/bblab_site \
37-
cfe-lab/bblab-site:test \
37+
cfe-lab/bblab-site \
3838
uv run pytest -v
3939
4040
- name: Run Django tests
4141
run: |
4242
docker run --rm \
4343
--env-file ./compose-template.env \
4444
-w /alldata/bblab_site \
45-
cfe-lab/bblab-site:latest \
45+
cfe-lab/bblab-site \
4646
uv run python manage.py test --noinput

0 commit comments

Comments
 (0)