Skip to content

Commit

Permalink
Doesn't push images on scheduled job (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 authored Oct 13, 2023
1 parent f9f1f5e commit 7dc9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: docker-build
uses: docker/build-push-action@v2
with:
push: ${{ github.ref != 'refs/heads/master' }}
push: true
file: ${{ matrix.image }}
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/${{ secrets.AWS_ECR_REPO }}:${{ matrix.tags }}-${{ github.sha }}
platforms: ${{ matrix.platforms }}
Expand Down

0 comments on commit 7dc9717

Please sign in to comment.