Skip to content

Commit

Permalink
Merge pull request #98 from bkd-mba-fbi/main-ci
Browse files Browse the repository at this point in the history
hard code env labels for testing
  • Loading branch information
kaeptnegli authored Sep 15, 2023
2 parents 5fc8894 + 3978737 commit f22c278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=${{ needs.prerequisites.outputs.branch }}
type=raw,value=test-ci #${{ needs.prerequisites.outputs.branch }}
type=semver,pattern={{version}},value=${{ steps.tag.outputs.new_tag }}
- name: Build and push Docker image
Expand Down 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 ${{ github.ref }} #$BRANCH_IMAGE
docker tag $VERSION_IMAGE production-ci #$BRANCH_IMAGE
docker push $BRANCH_IMAGE

0 comments on commit f22c278

Please sign in to comment.