Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Apr 2, 2024
1 parent 39010d7 commit 0f3ae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
context: .
push: true
build-args: |
ENVIRONMENT=${GITHUB_REF##*/}
ENVIRONMENT=${{GITHUB_REF##*/}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0f3ae2c

Please sign in to comment.