Skip to content

Commit

Permalink
Fix Docker tag in GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 9, 2024
1 parent 7e1680a commit 7bfa9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
file: tools/docker/Dockerfile
tags: ${{ env.GITHUB_REF_TYPE == 'tag' && env.GITHUB_REF_NAME || 'devel' }}
tags: ghcr.io/r-lib/nanoparquet:${{ env.GITHUB_REF_TYPE == 'tag' && env.GITHUB_REF_NAME || 'devel' }}

0 comments on commit 7bfa9a9

Please sign in to comment.