Check if variables can be read properly at all

This commit is contained in:
Maciej Pędzich 2024-04-06 11:43:17 +02:00
parent 1f78812630
commit a7be42685f
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D

View File

@ -10,5 +10,6 @@ jobs:
uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t maciejpedzi.ch:latest .
- run: echo ${{ env.CONTAINER_NAME }}
- name: Rerun website's Docker container
run: chmod +x ./rerun-container.sh && ./rerun-container.sh $CONTAINER_NAME $PORT_PAIR $NETWORK_NAME $IMAGE_TAG