mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-13 20:02:26 -04:00
Pass branch in github release_build
Try and pass the build arg BRANCH along with the building of the image.
This commit is contained in:
parent
9501a63bd6
commit
1f65bbe13a
5
.github/workflows/release_build.yml
vendored
5
.github/workflows/release_build.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
aprsd_version:
|
||||
required: true
|
||||
options:
|
||||
- 3.0.0
|
||||
- 4.0.0
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
@ -42,8 +42,9 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
VERSION=${{ inputs.aprsd_version }}
|
||||
BRANCH=${{ inputs.aprsd_version }}
|
||||
BUILDX_QEMU_ENV=true
|
||||
push: true
|
||||
tags: |
|
||||
hemna6969/aprsd:v${{ inputs.aprsd_version }}
|
||||
hemna6969/aprsd:${{ inputs.aprsd_version }}
|
||||
hemna6969/aprsd:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user