Skip to content

Commit

Permalink
[#21] Github actions for dependbot skip to push image
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Oct 22, 2024
1 parent 616b4be commit d4084a8
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 d4084a8

Please sign in to comment.