Skip to content

Commit

Permalink
workflow push
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekg999 committed Sep 28, 2024
1 parent b67a980 commit af0f990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.hook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: hook/
tags: ${{ env.REGISTRY }}/${{ github.repository }}/requests-hook:latest
context: hook/
tags: ${{ env.REGISTRY }}/${{ github.actor }}/requests-hook:latest
push: true

0 comments on commit af0f990

Please sign in to comment.