Skip to content

Commit

Permalink
GHA: hardcode Docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Jul 19, 2023
1 parent e376739 commit 84e6ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_docker_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: 🐳 Docker img build and push
uses: docker/build-push-action@v4
with:
tags: ghcr.io/${{ env.REPO_NM_LC }}:${{ env.VERSION }}
tags: ghcr.io/rnasum:${{ env.VERSION }}
context: .
push: true
platforms: linux/amd64
Expand Down

0 comments on commit 84e6ff9

Please sign in to comment.