Docker build update #9 (nevermind not finanl)
This commit is contained in:
18
.github/workflows/docker-image.yml
vendored
18
.github/workflows/docker-image.yml
vendored
@@ -60,6 +60,24 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
|
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Cache ghcr-cleaner
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: /usr/local/bin/ghcr-cleaner
|
||||||
|
key: ghcr-cleaner-${{ runner.os }}-${{ hashFiles('path/to/ghcr-cleaner-version-file') }}
|
||||||
|
restore-keys: |
|
||||||
|
ghcr-cleaner-${{ runner.os }}-
|
||||||
|
|
||||||
|
- name: Download ghcr-cleaner if not cached
|
||||||
|
run: |
|
||||||
|
if ! command -v ghcr-cleaner &> /dev/null; then
|
||||||
|
echo "ghcr-cleaner not found, downloading..."
|
||||||
|
curl -L https://github.com/quartz-analytics/ghcr-cleaner/releases/download/v1.0.0/ghcr-cleaner-linux-amd64 -o /usr/local/bin/ghcr-cleaner
|
||||||
|
chmod +x /usr/local/bin/ghcr-cleaner
|
||||||
|
else
|
||||||
|
echo "ghcr-cleaner found, skipping download"
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Build and Push Docker Image with Cache
|
- name: Build and Push Docker Image with Cache
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
19
.idea/workspace.xml
generated
19
.idea/workspace.xml
generated
@@ -4,9 +4,9 @@
|
|||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="8497df64-d86b-4c98-ac58-c157d9d3fb1e" name="Changes" comment="Docker build update #7 (final)">
|
<list default="true" id="8497df64-d86b-4c98-ac58-c157d9d3fb1e" name="Changes" comment="Docker build update #8 (nevermind not finanl)">
|
||||||
|
<change beforePath="$PROJECT_DIR$/.github/workflows/docker-image.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/docker-image.yml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/info.txt" beforeDir="false" afterPath="$PROJECT_DIR$/info.txt" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
<updated>1733439468142</updated>
|
<updated>1733439468142</updated>
|
||||||
<workItem from="1733439479708" duration="5489000" />
|
<workItem from="1733439479708" duration="5489000" />
|
||||||
<workItem from="1733448523969" duration="3535000" />
|
<workItem from="1733448523969" duration="3535000" />
|
||||||
<workItem from="1733549186397" duration="7339000" />
|
<workItem from="1733549186397" duration="7837000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="Nano zoom fix #11">
|
<task id="LOCAL-00001" summary="Nano zoom fix #11">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
@@ -285,7 +285,15 @@
|
|||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1733557558085</updated>
|
<updated>1733557558085</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="22" />
|
<task id="LOCAL-00022" summary="Docker build update #8 (nevermind not finanl)">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1733557773727</created>
|
||||||
|
<option name="number" value="00022" />
|
||||||
|
<option name="presentableId" value="LOCAL-00022" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1733557773727</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="23" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
@@ -331,6 +339,7 @@
|
|||||||
<MESSAGE value="Docker build update #5 (cache and cleanup)" />
|
<MESSAGE value="Docker build update #5 (cache and cleanup)" />
|
||||||
<MESSAGE value="Docker build update #6 (cache and cleanup)" />
|
<MESSAGE value="Docker build update #6 (cache and cleanup)" />
|
||||||
<MESSAGE value="Docker build update #7 (final)" />
|
<MESSAGE value="Docker build update #7 (final)" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Docker build update #7 (final)" />
|
<MESSAGE value="Docker build update #8 (nevermind not finanl)" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Docker build update #8 (nevermind not finanl)" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user