Skip to content

Commit 12d1c9f

Browse files
author
Berry Langerak
committed
Using vars instead of env.
1 parent af5670a commit 12d1c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
password: ${{ secrets.TILAA_PASSWORD }}
6767

6868
- name: Deploy container
69-
run: tilaa container modify --image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} -i ${{ env.CONTAINER_ID }}
69+
run: tilaa container modify --image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} -i ${{ vars.CONTAINER_ID }}

0 commit comments

Comments
 (0)