Skip to content

Commit

Permalink
Merge pull request #50 from parodos-dev/rgolangh-patch-3
Browse files Browse the repository at this point in the history
ci: save container image with the right image id
  • Loading branch information
rgolangh authored Jan 23, 2024
2 parents 874c2af + 8fde526 commit e96e69c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Buildah push to OCI Arcive
if: ${{ ! inputs.push_pr }}
run: buildah push serverless-workflow-${{ inputs.workflow_id }}:${{ github.sha }} oci-archive:serverless-workflow-${{ inputs.workflow_id }}-${{ github.sha }}.tar:${{ github.sha }}
run: |
buildah push serverless-workflow-${{ inputs.workflow_id }}:${{ github.sha }} \
oci-archive:serverless-workflow-${{ inputs.workflow_id }}-${{ github.sha }}.tar:quay.io/orchestrator/serverless-workflow-mta:${{ github.sha }}
- name: Save OCI archive
if: ${{ ! inputs.push_pr }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e96e69c

Please sign in to comment.