Skip to content

Commit

Permalink
Pass branch in github release_build
Browse files Browse the repository at this point in the history
Try and pass the build arg BRANCH along with the
building of the image.
  • Loading branch information
hemna committed Jan 25, 2025
1 parent 9501a63 commit 1f65bbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
aprsd_version:
required: true
options:
- 3.0.0
- 4.0.0
logLevel:
description: 'Log level'
required: true
Expand Down Expand Up @@ -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

0 comments on commit 1f65bbe

Please sign in to comment.