Build
Build
This commit is contained in:
commit
0593d2a788
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -32,11 +32,9 @@ jobs:
|
|||
run: |
|
||||
docker build . \
|
||||
--file Dockerfile \
|
||||
--build-arg "VERSION_ARG=${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
||||
--build-arg "BUILD_ARG=${GITHUB_RUN_ID}" \
|
||||
--build-arg "VERSION_ARG=${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
||||
--build-arg "DATE_ARG=${{ github.event.repository.updated_at }}" \
|
||||
--label "build=${GITHUB_RUN_ID}" \
|
||||
--label "version=${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
||||
--tag "${{ secrets.DOCKERHUB_REPO }}:latest" \
|
||||
--tag "${{ secrets.DOCKERHUB_REPO }}:${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
||||
--tag "ghcr.io/${{ github.repository }}:latest" \
|
||||
|
|
Loading…
Reference in a new issue