From 6a27de22db7064ba0332accf151918584d7a476e Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Mon, 6 Jan 2025 12:33:57 -0800 Subject: [PATCH] Updated docker push action --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e18afb9..b119ec94 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 + uses: docker/build-push-action@v6 with: context: . file: ./Containerfile