Skip to content

Bump sharp from 0.32.5 to 0.32.6 #26

Bump sharp from 0.32.5 to 0.32.6

Bump sharp from 0.32.5 to 0.32.6 #26

Workflow file for this run

name: CICD
on: push
jobs:
cicd:
runs-on: ubuntu-latest
permissions: { contents: read, packages: write, id-token: write }
steps:
# https://github.com/internetarchive/cicd
- uses: internetarchive/cicd@v1
with:
BASE_DOMAIN: 'dev.archive.org'
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOMAD_VAR_HOSTNAMES: '["www-dweb-mirror.dev.archive.org"]'
NOMAD_VAR_CHECK_PROTOCOL: 'tcp'
NOMAD_VAR_PORTS: '{ 4244 = "http"}'