feat/cicd #22

Merged
kenobi merged 32 commits from feat/cicd into master 2023-06-14 22:43:37 +02:00
5 changed files with 50 additions and 0 deletions
Showing only changes of commit 5dcf766593 - Show all commits

View File

@ -1 +1,2 @@
docker build --tag node-jellyfin-role-bot:latest .
#!/bin/bash
docker build --tag $1 .

2
dockerpush.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push $1