mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 14:54:02 +02:00
Automatically creates docker container when pushing to main
This commit is contained in:
2
.github/workflows/push-main-image-ghcr.yml
vendored
2
.github/workflows/push-main-image-ghcr.yml
vendored
@@ -52,4 +52,4 @@ jobs:
|
||||
IMAGE_TAG: latest
|
||||
run: |
|
||||
docker build -f docker/Dockerfile -t $IMAGE_NAME:$IMAGE_TAG .
|
||||
docker push $IMAGE_NAME:$IMAGE_TAG
|
||||
docker push $IMAGE_NAME:$IMAGE_TAG
|
||||
Reference in New Issue
Block a user