Updated workflows (again)
This commit is contained in:
5
.github/workflows/development-build.yml
vendored
5
.github/workflows/development-build.yml
vendored
@@ -11,9 +11,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
@@ -31,5 +28,5 @@ jobs:
|
||||
build-args: |
|
||||
"BUILD_CHANNEL=${{ github.ref_name }}"
|
||||
"BUILD_COMMIT_HASH=${{ github.sha }}
|
||||
"BUILD_NAME=devbuild ${{steps.date.outputs.date}}"
|
||||
"BUILD_NAME=devbuild"
|
||||
"BUILD_VERSION=unknown"
|
||||
|
||||
Reference in New Issue
Block a user