mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
build: set version in docker build (#164)
This commit is contained in:
parent
9ea29d02a2
commit
0878790232
3 changed files with 11 additions and 4 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
@ -43,6 +43,9 @@ jobs:
|
|||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
build-args: |
|
||||
GIT_TAG=$GITHUB_REF_NAME
|
||||
GIT_COMMIT=$GITHUB_SHA
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue