Skip to content

Commit

Permalink
Merge pull request #95 from bkd-mba-fbi/main-ci
Browse files Browse the repository at this point in the history
fiy env label
  • Loading branch information
kaeptnegli authored Sep 15, 2023
2 parents f8c8ac2 + e92bc3e commit 0ea111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ jobs:
BRANCH_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.prerequisites.outputs.branch }}
run: |
docker pull $VERSION_IMAGE
docker tag $VERSION_IMAGE $BRANCH_IMAGE
docker tag $VERSION_IMAGE ${{ github.base_ref }} #$BRANCH_IMAGE
docker push $BRANCH_IMAGE

0 comments on commit 0ea111d

Please sign in to comment.