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