|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
|
- linux_amd64
|
|
|
|
- linux_amd64
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
|
|
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
|
|
- name: Setup go
|
|
|
|
- name: Setup go
|
|
|
|
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
|
|
|
|
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@@ -64,11 +64,11 @@ jobs:
|
|
|
|
- linux_${{ matrix.arch }}
|
|
|
|
- linux_${{ matrix.arch }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
|
|
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
|
|
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
|
|
|
- name: Login to Registry
|
|
|
|
- name: Login to Registry
|
|
|
|
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
|
|
|
|
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
|
outputs:
|
|
|
|
outputs:
|
|
|
|
tag: ${{ steps.tag.outputs.new-tag }}
|
|
|
|
tag: ${{ steps.tag.outputs.new-tag }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
|
|
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@3ab82e6aa1db388a34562f5ce6eedb598651d916 # 0.1.42
|
|
|
|
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@3ab82e6aa1db388a34562f5ce6eedb598651d916 # 0.1.42
|
|
|
@@ -119,7 +119,7 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
|
|
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
|
|
|
|
|
|
|
|
|
|
- name: Get Metadata
|
|
|
|
- name: Get Metadata
|
|
|
|
id: meta
|
|
|
|
id: meta
|
|
|
@@ -128,7 +128,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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
|
|
|
|
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
registry: ${{ env.DOCKER_REGISTRY }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|
username: ${{ secrets.REGISTRY_USER }}
|
|
|
|