From cea25073059027cda25c8a048e1d5793f002fe32 Mon Sep 17 00:00:00 2001 From: Russ Poldrack Date: Sun, 31 Mar 2024 13:39:50 -0700 Subject: [PATCH] Update render_and_push.yml revert previous change --- .github/workflows/render_and_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render_and_push.yml b/.github/workflows/render_and_push.yml index 7f5b2ac..3957715 100644 --- a/.github/workflows/render_and_push.yml +++ b/.github/workflows/render_and_push.yml @@ -19,7 +19,7 @@ jobs: render: # The type of runner that the job will run on runs-on: ubuntu-latest - container: poldrack:statsthinking21 + container: poldrack/statsthinking21 # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v2