We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ef763 commit cb03d21Copy full SHA for cb03d21
.github/workflows/publish_r2u_rstudio.yml
@@ -32,8 +32,8 @@ jobs:
32
uses: docker/build-push-action@v3
33
with:
34
# relative path to the place where source code with Dockerfile is located
35
- context: ./{{ env.IMAGE_NAME }}
+ context: ./${{ env.IMAGE_NAME }}
36
push: true
37
tags: |
38
- ghcr.io/allenneuraldynamics/{{ env.IMAGE_NAME }}:${{ env.docker_tag }}
39
- ghcr.io/allenneuraldynamics/{{ env.IMAGE_NAME }}:latest
+ ghcr.io/allenneuraldynamics/${{ env.IMAGE_NAME }}:${{ env.docker_tag }}
+ ghcr.io/allenneuraldynamics/${{ env.IMAGE_NAME }}:latest
0 commit comments