mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 22:03:10 +00:00
fix: remove old pr workflow sections (#98)
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -175,17 +175,3 @@ jobs:
|
||||
- name: Echo outputs
|
||||
run: |
|
||||
echo "${{ toJSON(steps.push.outputs) }}"
|
||||
|
||||
- name: Upload Container Export
|
||||
run: |
|
||||
mkdir -p output
|
||||
podman save -o output/image.tar ${{ steps.build_image.outputs.image }}
|
||||
echo "${{ steps.build_image.outputs.image }}" >> output/image
|
||||
echo "${{ steps.build_image.outputs.tags }}" >> output/tags
|
||||
|
||||
- name: Publish Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
name: output
|
||||
path: output
|
||||
|
||||
Reference in New Issue
Block a user