From df427e2aa9f04cc449755974f994a6daadf9fbf4 Mon Sep 17 00:00:00 2001 From: Lextuga007 Date: Mon, 17 Jun 2024 13:45:02 +0100 Subject: [PATCH] Trying push false --- .github/workflows/docker-publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4dfbaf5..96ab479 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,3 +1,4 @@ + name: Create and publish a Docker image on: @@ -32,9 +33,10 @@ jobs: password: ${{ secrets.DOCKER_PAT }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v3 with: context: . - push: true + push: false platforms: linux/amd64 - tags: ghcr.io/nhsrcommunity/r_gh_actions:latest + tags: ghcr.io/dukestatsci/r_gh_actions:latest + \ No newline at end of file