Skip to content

Commit

Permalink
Trying latest version and nhsrcommunity
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jun 17, 2024
1 parent 50a5e09 commit 590906d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
password: ${{ secrets.DOCKER_PAT }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
push: false
push: true
platforms: linux/amd64
tags: ghcr.io/dukestatsci/r_gh_actions:latest
tags: ghcr.io/nhsrcommunity/r_gh_actions:latest

0 comments on commit 590906d

Please sign in to comment.