mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-19 13:54:10 +02:00
Auto tag test
This commit is contained in:
10
.github/workflows/push-main-image-ghcr.yml
vendored
10
.github/workflows/push-main-image-ghcr.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user