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

Commit

Permalink
Merge pull request #256 from beabee-communityrm/fix/762-deploy-target
Browse files Browse the repository at this point in the history
fix: deployment target for router
  • Loading branch information
wpf500 authored Apr 26, 2023
2 parents 4214823 + fcceb28 commit 157296b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
needs: [check]

outputs:
version: ${{ fromJSON(steps.app_meta.outputs.json).labels['org.opencontainers.image.version'] }}
version: ${{ steps.meta.outputs.version }}

steps:
- uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
flavor: |
latest=false
images: |
${{ secrets.DOCKER_ORGANISATION }}/beabee-router
${{ secrets.DOCKER_ORGANISATION }}/router
tags: |
type=ref,event=tag
release
Expand Down

0 comments on commit 157296b

Please sign in to comment.