Skip to content

Commit

Permalink
Fixes pushing image only on a branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Jul 27, 2023
1 parent 5e7cf90 commit 4ded026
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
make build
make push
# - uses: docker/build-push-action@v4
# with:
# push: ${{ github.event_name == 'push' }}
# context: dockerfiles/${{ matrix.directories }}
# tags: jasonb87/${{ matrix.directories }}:${{ steps.get-version.outputs.version }}
if [[ "${{ github.event_name }}" == "push" ]]; then
make push
fi

0 comments on commit 4ded026

Please sign in to comment.