We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1f902 commit e6f924aCopy full SHA for e6f924a
.github/workflows/ci.yml
@@ -147,4 +147,7 @@ jobs:
147
- name: Checkout
148
uses: actions/checkout@v4
149
- name: lint
150
- run: builders/Linux/docker-run.sh /renderwindow/builders/Linux/lint.sh
+ 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