Compare commits
3 Commits
2083c11295
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 03b3edf895 | |||
| cb943966e7 | |||
| d2b59ebb6d |
@@ -25,7 +25,7 @@ jobs:
|
||||
# no-fail: true
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6.3.0
|
||||
uses: actions/setup-go@v6.4.0
|
||||
with:
|
||||
go-version: "1.26"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
ref: ${{ needs.tag.outputs.tag_name }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v4
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
tags: type=semver,pattern=v{{version}},value=${{ needs.tag.outputs.tag_name }}
|
||||
images: |
|
||||
|
||||
Reference in New Issue
Block a user