From f803fab043081515e77dd8bad727eebb24be0fe0 Mon Sep 17 00:00:00 2001 From: ammnt Date: Fri, 19 Apr 2024 20:15:56 +0300 Subject: [PATCH] changed: branch name from http3 to main - that's all --- .github/workflows/build.yml | 18 +++++++++--------- README.md | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b9cc25..d8151f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,9 @@ on: # schedule: # - cron: "00 17 * * SAT" push: - branches: ["http3"] + branches: ["main"] # pull_request: - # branches: ["http3"] + # branches: ["main"] env: REGISTRY: ghcr.io @@ -72,8 +72,8 @@ jobs: env: DSLIM_HTTP_PROBE: false with: - target: ghcr.io/ammnt/freenginx:http3 - tag: ghcr.io/ammnt/freenginx:http3 + target: ghcr.io/ammnt/freenginx:main + tag: ghcr.io/ammnt/freenginx:main overwrite: true - run: echo "${REPORT}" env: @@ -81,7 +81,7 @@ jobs: - name: Test the Docker image🧪 run: | - docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/freenginx:http3 + docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/freenginx:main curl -v http://127.0.0.1:8080 || exit 1 - name: Analyze for critical and high CVEs💊 @@ -90,7 +90,7 @@ jobs: uses: docker/scout-action@v1.7.0 with: command: cves,sbom - image: ghcr.io/ammnt/freenginx:http3 + image: ghcr.io/ammnt/freenginx:main sarif-file: sarif.output.json summary: true @@ -103,9 +103,9 @@ jobs: - name: Push the Docker images to registries💾 run: | - docker push ghcr.io/ammnt/freenginx:http3 - docker tag ghcr.io/ammnt/freenginx:http3 ammnt/freenginx:http3 - docker push ammnt/freenginx:http3 + docker push ghcr.io/ammnt/freenginx:main + docker tag ghcr.io/ammnt/freenginx:main ammnt/freenginx:main + docker push ammnt/freenginx:main - name: Sign the published Docker image🔐 if: ${{ github.event_name != 'pull_request' }} diff --git a/README.md b/README.md index 96fe39e..d3cd784 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Distroless FreeNGINX with HTTP/3 and QUIC support🚀 The Docker image is ready to use:
-docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/freenginx:http3
+docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/freenginx:main
or
-docker run -d --rm -p 127.0.0.1:8080:8080/tcp ammnt/freenginx:http3 +docker run -d --rm -p 127.0.0.1:8080:8080/tcp ammnt/freenginx:main # Description: