Move to our own image

Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
Wachtl Enterprises LLC 2025-03-15 22:30:35 +01:00
parent af30c38313
commit 4b28ead29f

View file

@ -10,12 +10,11 @@ permissions:
contents: write
jobs:
deploy:
container:
image: tea.srv.it-syndikat.org/arch/archimage:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV # (3)!
- uses: actions/cache@v4
with: