Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Case <198425+richardcase@users.noreply.github.com>
Signed-off-by: Danil Grigorev <danil.grigorev@suse.com>
  • Loading branch information
Danil-Grigorev and richardcase authored Oct 26, 2023
1 parent 6e2deaa commit be667a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ runs:
registry: ${{ inputs.registry }}
username: ${{ inputs.username }}
password: ${{ inputs.password }}
- name: Build docker image for gh registry
- name: Build docker image
shell: bash
run: make docker-build-${{ inputs.arch }} TAG=${{ inputs.tag }} REGISTRY=${{ inputs.registry }} ORG=${{ inputs.org }}
- name: Push docker image to gh registry
- name: Push docker image to registry
shell: bash
run: make docker-push-${{ inputs.arch }} TAG=${{ inputs.tag }} REGISTRY=${{ inputs.registry }} ORG=${{ inputs.org }}
- name: Store image and digest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_sign/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inputs:
runs:
using: 'composite'
steps:
- name: Docker login to ghcr registry
- name: Docker login to registry
uses: docker/login-action@v3
with:
registry: ${{ inputs.registry }}
Expand Down

0 comments on commit be667a8

Please sign in to comment.