1
0
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:
Hemna 2025-01-24 20:50:33 -05:00
parent 9501a63bd6
commit 1f65bbe13a

View File

@ -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