Skip to content

Commit

Permalink
Trying push false
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jun 17, 2024
1 parent 590906d commit df427e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: Create and publish a Docker image

on:
Expand Down Expand Up @@ -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

0 comments on commit df427e2

Please sign in to comment.