Skip to content

Commit

Permalink
add missing if causing the updater-core to build for no reason (#6508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored and dependabot-ci committed Feb 19, 2023
1 parent 58247e8 commit 803f991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eco-branch-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build updater core image
if: env.DECISION == 'APPROVED:OPEN'
env:
DOCKER_BUILDKIT: 1
run: |
Expand Down

0 comments on commit 803f991

Please sign in to comment.