mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 11:54:12 +02:00
test
This commit is contained in:
2
.github/workflows/push-main-image-ghcr.yml
vendored
2
.github/workflows/push-main-image-ghcr.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: "Build, Tag, and push the Docker image"
|
||||
env:
|
||||
IMAGE_NAME: ghcr.io/manimatter/decluttarr
|
||||
IMAGE_TAG: ${{ steps.build.outputs.new_tag }}
|
||||
IMAGE_TAG: ${{ steps.setversion.outputs.new_tag }}
|
||||
run: |
|
||||
docker build -f docker/Dockerfile -t $IMAGE_NAME:$IMAGE_TAG .
|
||||
docker push $IMAGE_NAME:$IMAGE_TAG
|
||||
|
||||
Reference in New Issue
Block a user