adjust scripts
All checks were successful
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Successful in 8s

This commit is contained in:
mightypanders 2023-06-14 22:28:29 +02:00
parent 0cb19ba8f1
commit 7e67d1fed9
2 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,4 @@ jobs:
- name: Build Container
run: ./dockerbuild.sh "${{ env.REGISTRY }}/${{ env.USER }}/${{ IMAGE_NAME }}:latest"
- name: Push Container
run: docker push "${{ env.REGISTRY }}/${{ env.USER }}/${{ IMAGE_NAME }}:latest"
run: ./dockerpush.sh "${{ env.REGISTRY }}/${{ env.USER }}/${{ IMAGE_NAME }}:latest"

View File

@ -1,2 +1,3 @@
#!/bin/bash
echo $1
docker build --tag $1 .