mirror of
https://github.com/h44z/wg-portal.git
synced 2025-09-13 14:31:15 +00:00
fix version in docker builds
This commit is contained in:
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
BUILD_IDENTIFIER=${GITHUB_REF##*/}
|
||||
BUILD_VERSION=$(echo ${GITHUB_SHA} | cut -c1-7)
|
||||
|
||||
build-github:
|
||||
name: Push Docker image to Github Container Registry
|
||||
@@ -101,3 +104,6 @@ jobs:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
BUILD_IDENTIFIER=${GITHUB_REF##*/}
|
||||
BUILD_VERSION=$(echo ${GITHUB_SHA} | cut -c1-7)
|
Reference in New Issue
Block a user