Skip to content

Commit

Permalink
Merge branch 'feature/svg_refactor_2.0' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDoesThings committed Jun 28, 2023
2 parents 4b89921 + 0a369b5 commit 9166d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: {{ env.IMAGE_REPOSITORY }}
images: '{{ env.IMAGE_REPOSITORY }}'

- name: Release Docker
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: {{ env.IMAGE_REPOSITORY }}
images: '{{ env.IMAGE_REPOSITORY }}'

- name: Release Docker
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 9166d89

Please sign in to comment.