This commit is contained in:
Benjamin Harder
2023-10-01 21:05:12 +02:00
parent 904fc62bee
commit aa10435249

View File

@@ -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