From e68a5d87332ced33b71e869a0b1b14e1aca4d8f2 Mon Sep 17 00:00:00 2001 From: Daniel Shapero Date: Wed, 28 Jun 2023 07:33:17 -0700 Subject: [PATCH] Use specific tag --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 17bb100..4641a5e 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -3,7 +3,7 @@ on: [push] jobs: build_latex: runs-on: ubuntu-latest - container: ghcr.io/icepack/tensor-product-stokes:latest + container: ghcr.io/icepack/tensor-product-stokes:0.0.1 steps: - name: Check out git repository uses: actions/checkout@v3