Skip to content

Commit

Permalink
Merge pull request #69 from kbss-cvut/21-skip-dependabot
Browse files Browse the repository at this point in the history
Github actions for dependbot skip to push image
  • Loading branch information
blcham authored Nov 1, 2024
2 parents 616b4be + d4084a8 commit 11b0a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: echo "${{ github.token }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin

- name: Push image
if: ${{ github.actor != 'dependabot[bot]' }}
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
# Change all uppercase to lowercase
Expand Down

0 comments on commit 11b0a9f

Please sign in to comment.