Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano authored Apr 10, 2024
1 parent 8680b86 commit acab6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: developer-image
image: ${{ github.repository }}
tags: latest ${{ github.ref_name }}
context: .
containerfiles: |
Expand All @@ -44,6 +44,6 @@ jobs:
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: ghcr.io/redhat-gpte-devopsautomation
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit acab6b7

Please sign in to comment.