Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nginxinc/nginx-s3-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d2bced6a5b70aaf79392436a6b9c7c25808d66b
Choose a base ref
..
head repository: nginxinc/nginx-s3-gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 119c0e06675ccc8b99d1abfd15056e9ed0c29393
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 .github/workflows/main.yml
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -7,8 +7,7 @@ on:
branches: [main]
env:
CI: true
permissions:
packages: write
permissions: read-all

# Job progression. We make sure that the base image [oss] builds and passes tests before kicking off the other builds
# ┌──────────────────┐ ┌────────────────┐ ┌────────────────┐
@@ -263,6 +262,8 @@ jobs:
needs: [test-oss, test-latest-njs, test-unprivileged]
if: |
github.ref == 'refs/heads/main'
permissions:
packages: write
services:
registry:
image: registry:2