Skip to content

Commit

Permalink
chore(ci): fix docker-image build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok1 committed Jan 31, 2024
1 parent 079a3a6 commit 34125f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
name: Build Docker Image

on:
workflow_dispatch:
push:
branches:
- master
- main
tags:
- v*

Expand Down Expand Up @@ -81,8 +82,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
build-args:
- VERSION=${{ steps.git-describe.outputs.VERSION }}
build-args: |
VERSION=${{ steps.git-describe.outputs.VERSION }}
- name: Inspect image
run: |
Expand Down

0 comments on commit 34125f0

Please sign in to comment.