Skip to content

Commit

Permalink
Fix dev builds from specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 8, 2024
1 parent 7ad3127 commit a40b232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
push: true
build-args:
APP_VERSION=${{ steps.previoustag.outputs.tag }}
BRANCH=${{ steps.previoustag.outputs.tag }}
tags:
ghcr.io/${{ github.repository }}:dev, ghcr.io/${{ github.repository }}:${{ steps.previoustag.outputs.tag }}

0 comments on commit a40b232

Please sign in to comment.