From 2146e5c8a86acb3657df93c38e34bd067d532ed8 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:01:23 +0000 Subject: [PATCH] Update push-docker.yml --- .github/workflows/push-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index 93225818..765b6203 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -67,7 +67,7 @@ jobs: - name: Build and push latest amd64 and v8 - if: github.ref == 'refs/heads/master' && steps.checkIdExists.outcome != 'failure' + if: github.ref == 'refs/heads/master' run: | docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:latest" .