Update Dockerfile and build.sh

This fixes a problem with the github workflow
This commit is contained in:
2022-12-12 19:30:30 -05:00
parent 5891c71483
commit c1db238719
3 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
build-args: |
APRSD_VERSION=${{ inputs.aprsd_version }}
VERSION=${{ inputs.aprsd_version }}
push: true
tags: |
hemna6969/aprsd:v${{ inputs.aprsd_version }}