This commit is contained in:
Benjamin Harder
2023-09-30 17:41:15 +02:00
parent b155af9dfc
commit 80b89b6538

View File

@@ -1,7 +1,7 @@
name: Deploy Images to GHCR
env:
DOTNET_VERSION: '6.0.x'
# env:
# DOTNET_VERSION: '6.0.x'
on:
push:
@@ -29,5 +29,5 @@ jobs:
- name: 'Build Inventory Image'
run: |
# docker build . --tag ghcr.io/manimatter/decluttarr:latest
docker build . --tag ghcr.io/manimatter/decluttarr:latest
docker build docker/. --tag ghcr.io/manimatter/decluttarr:latest
docker push ghcr.io/manimatter/decluttarr:latest