Skip to content

Disable SARIF upload until repo issues are fixed #22

Disable SARIF upload until repo issues are fixed

Disable SARIF upload until repo issues are fixed #22

Workflow file for this run

name: Promote image manifest
on:
push:
tags:
- "**"
jobs:
publish_release:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Install s3cmd
run: |
sudo apt-get update -y
sudo apt-get install -y s3cmd
- name: Download manifest for commit
run: ./bin/download-manifest
env:
MANIFEST_FILE: manifest.json
S3_HOST: ${{ vars.S3_HOST }}
S3_BUCKET: ${{ vars.S3_BUCKET }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
- name: Publish manifest to release
uses: softprops/action-gh-release@v1
with:
files: manifest.json