mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-22 16:55:35 +02:00
test
This commit is contained in:
7
.github/workflows/push-main-image-ghcr.yml
vendored
7
.github/workflows/push-main-image-ghcr.yml
vendored
@@ -32,12 +32,17 @@ jobs:
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Bump version and push tag
|
||||
id: setversion
|
||||
uses: anothrNick/github-tag-action@1.36.0
|
||||
id: setversion
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
WITH_V: true
|
||||
|
||||
- name: Read output
|
||||
id: read-output
|
||||
run: |
|
||||
echo "${{ steps.setversion.outputs.new_tag }}"
|
||||
|
||||
- name: "Build, Tag, and push the Docker image"
|
||||
env:
|
||||
IMAGE_NAME: ghcr.io/manimatter/decluttarr
|
||||
|
||||
Reference in New Issue
Block a user