|
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
|
|
|
|
|
|
|
|
|
|
- uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3
|
|
|
|
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
bun-version-file: ".bun-version"
|
|
|
|
bun-version-file: ".bun-version"
|
|
|
|
|
|
|
|
|
|
|
|
@@ -52,10 +52,10 @@ jobs:
|
|
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
|
|
|
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
|
|
|
|
|
|
|
|
|
|
|
- name: Login to Registry
|
|
|
|
- name: Login to Registry
|
|
|
|
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
|
|
|
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
@@ -68,7 +68,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: Build and push
|
|
|
|
- name: Build and push
|
|
|
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
|
|
|
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
file: ./Dockerfile
|
|
|
|
file: ./Dockerfile
|
|
|
|
@@ -94,7 +94,7 @@ jobs:
|
|
|
|
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@3925c92fc33f3d2bc87d28d21ab691b7e6dd6cdf # 0.2.1
|
|
|
|
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@74e7be819ecfc1a8d3e3fcf679e8f3e0a7065343 # 0.1.5
|
|
|
|
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
|
|
|
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
|