Skip to content

Commit

Permalink
ci: 👷 skip push dependabot triggerd docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck authored and ManAnRuck committed May 27, 2024
1 parent 81cc365 commit bf60745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
${{ runner.os }}-multi-buildx
- name: Login to DockerHub
if: ${{ github.actor != 'dependabot[bot]' }}
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -93,7 +94,7 @@ jobs:
context: .
file: infra/Dockerfile.service
platforms: linux/amd64,linux/arm64
push: true
push: ${{ github.actor != 'dependabot[bot]' }}
target: runner
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit bf60745

Please sign in to comment.