Skip to content

Commit

Permalink
Merge pull request #13 from kyma-project/szeort-patch-2
Browse files Browse the repository at this point in the history
Update makefile.yml
  • Loading branch information
szeort authored Jul 2, 2024
2 parents 5178f70 + dc908e7 commit e31dd9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: go vet lint
run: make vet lint
Expand Down

0 comments on commit e31dd9d

Please sign in to comment.