wip7
This commit is contained in:
@@ -22,11 +22,8 @@ jobs:
|
||||
with: # https://github.com/actions/setup-go
|
||||
go-version: '>=1.24.2'
|
||||
|
||||
- name: Build release files (amd64)
|
||||
run: make release ARCH=amd64
|
||||
|
||||
- name: Build release files (arm64)
|
||||
run: make release ARCH=arm64
|
||||
- name: Build release files
|
||||
run: make release
|
||||
|
||||
- name: Create new release
|
||||
id: use-go-action
|
||||
@@ -40,7 +37,6 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with: # https://github.com/docker/setup-buildx-action
|
||||
build-args: "IPTVC_VERSION=${{ github.ref_name }}"
|
||||
buildkitd-config-inline: |
|
||||
# https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md
|
||||
[ registry."docker.io" ]
|
||||
@@ -60,6 +56,8 @@ jobs:
|
||||
with: # https://github.com/docker/build-push-action
|
||||
context: .
|
||||
push: true
|
||||
build-args: |
|
||||
IPTVC_VERSION=${{ github.ref_name }}
|
||||
tags: |
|
||||
git.axenov.dev/iptv/iptvc:${{ github.ref_name }}
|
||||
git.axenov.dev/iptv/iptvc:latest
|
||||
|
||||
Reference in New Issue
Block a user