Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 742d7f1de8 |
@@ -46,7 +46,7 @@ jobs:
|
||||
username: ${{ secrets.registry-user }}
|
||||
password: ${{ secrets.registry-password }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
args: --at ${{ steps.release.outputs.version }} -t full_hash
|
||||
|
||||
- name: Upload github release
|
||||
uses: softprops/action-gh-release@v3
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
body: ${{ steps.changelog.outputs.stdout }}
|
||||
tag_name: ${{ steps.release.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user