Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicHock authored Oct 16, 2024
1 parent ae0f2e3 commit 875f4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: .env
write-mode: overwrite
contents: |
VERSION=${{ steps.commit.outputs.short }}
VERSION="${{ steps.commit.outputs.short }}"
-
name: Zip Release
run: zip -qq -r ajaneditor-${{ steps.commit.outputs.short }}.zip .
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
path: .env
write-mode: overwrite
contents: |
VERSION=${{ steps.commit.outputs.short }}
VERSION="${{ steps.commit.outputs.short }}"
-
name: Setup docker metadata
id: meta
Expand Down

0 comments on commit 875f4ae

Please sign in to comment.