Skip to content

Commit e6f924a

Browse files
committed
fix docker tag in lint
1 parent ab1f902 commit e6f924a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,7 @@ jobs:
147147
- name: Checkout
148148
uses: actions/checkout@v4
149149
- name: lint
150-
run: builders/Linux/docker-run.sh /renderwindow/builders/Linux/lint.sh
150+
run: |
151+
export UBUNTU=noble
152+
export TAG=ghcr.io/rectalogic/renderwindow:${UBUNTU}-${{ github.ref_name }}
153+
builders/Linux/docker-run.sh /renderwindow/builders/Linux/lint.sh

0 commit comments

Comments
 (0)