Merge remote-tracking branch 'upstream/main' into feat/postgres

This commit is contained in:
Robert Sparks 2023-02-13 09:17:05 -06:00
commit e1206fa91e
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318
293 changed files with 3187 additions and 1972 deletions

View file

@ -39,7 +39,7 @@ jobs:
build-mariadb:
name: Build MariaDB Docker Images
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' && github.event.inputs.skipMariaDBBuild == 'false' }}
if: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'schedule' || github.event.inputs.skipMariaDBBuild == 'false') }}
permissions:
contents: read
packages: write
@ -210,3 +210,21 @@ jobs:
push: true
tags: ghcr.io/ietf-tools/datatracker-db-pg:latest,ghcr.io/ietf-tools/datatracker-db-pg:nightly-${{ steps.date.outputs.date }}
provenance: false
cleanup:
name: Remove Old Images
runs-on: ubuntu-latest
if: ${{ always() && !failure() }}
needs: [build]
permissions:
packages: write
steps:
- uses: actions/checkout@v3
- name: Delete Old Versions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd dev/del-old-packages
npm install
node index

1750
.pnp.cjs generated

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more