Auto tag test

This commit is contained in:
Benjamin Harder
2023-10-01 10:58:43 +02:00
parent 9d7dd66ab2
commit 4ca57862f0

View File

@@ -26,8 +26,6 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v2
with:
fetch-depth: '0'
@@ -37,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
# - name: 'Build Inventory Image'
# run: |
# docker build -f docker/Dockerfile . --tag ghcr.io/manimatter/decluttarr:latest
# docker push ghcr.io/manimatter/decluttarr:latest
- name: 'Build Inventory Image'
run: |
docker build -f docker/Dockerfile . --tag ghcr.io/manimatter/decluttarr:latest
docker push ghcr.io/manimatter/decluttarr:latest