Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
ArtARTs36 committed Dec 20, 2024

Verified

This commit was signed with the committer’s verified signature.
ArtARTs36 Artem Ukrainskii
1 parent f8fa14d commit 57056a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
build-args: |
APP_VERSION=${{ steps.version.inputs.new-version }}
APP_VERSION=${{ steps.version.outputs.new-version }}
BUILD_TIME=${{ steps.values.outputs.timestamp }}
tags: |
ghcr.io/ci-space/edit-config:${{ steps.version.inputs.new-version }}
ghcr.io/ci-space/edit-config:${{ steps.version.outputs.new-version }}

0 comments on commit 57056a2

Please sign in to comment.