|
|
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
|
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
|
|
|
|
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
|
|
|
|
|
|
|
|
|
|
|
|
- name: Login to Registry
|
|
|
|
- name: Login to Registry
|
|
|
|
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
|
|
|
|
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
@@ -89,12 +89,12 @@ jobs:
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@74d41d9bd9c243f295b53762681c714f3d24fd4c # 0.1.31
|
|
|
|
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@41b7e04221df8a033bec841d40a097b76e5f67ff # 0.1.29
|
|
|
|
id: tag
|
|
|
|
id: tag
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.GITEA_TOKEN }}
|
|
|
|
token: ${{ secrets.GITEA_TOKEN }}
|
|
|
|
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
|
|
|
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
|
|
|
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@f386e2570df6a796ba0a69865c89ea0c1a7109ab # 0.2.2
|
|
|
|
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@3925c92fc33f3d2bc87d28d21ab691b7e6dd6cdf # 0.2.1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
tag: ${{ steps.tag.outputs.new-tag }}
|
|
|
|
tag: ${{ steps.tag.outputs.new-tag }}
|
|
|
|
- name: Set output
|
|
|
|
- name: Set output
|
|
|
|
@@ -118,7 +118,7 @@ jobs:
|
|
|
|
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
|
|
|
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
|
|
|
|
|
|
|
|
|
|
|
- name: Login to Registry
|
|
|
|
- name: Login to Registry
|
|
|
|
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
|
|
|
|
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
|