1 Commits

Author SHA1 Message Date
renovate[bot]
9182fd32ff Update docker/build-push-action action to v6 2024-06-17 10:10:42 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7

View File

@@ -17,7 +17,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.52
- uses: wangyoucao577/go-release-action@v1.36
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}