Skip to content

Commit

Permalink
fix YAML formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon committed Mar 26, 2024
1 parent c169151 commit 10baff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/user-identity-mapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Cache dependencies
uses: actions/cache@v3
with:
Expand All @@ -42,17 +42,17 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: codeready-toolchain/user-identity-mapper
tags: latest
tags: latest
containerfiles: |
cmd/user-identity-mapper/Dockerfile
- name: Log into quay.io
uses: redhat-actions/podman-login@v1
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}

- name: Push to quay.io
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
Expand Down

0 comments on commit 10baff1

Please sign in to comment.