Merge branch '3.2' into https_rr

This commit is contained in:
Dirk
2024-09-05 18:14:46 +02:00
21 changed files with 6869 additions and 4699 deletions

View File

@@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf,fedora-dirk-ipv6.diff
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull,experim

View File

@@ -23,7 +23,7 @@ jobs:
- name: Setup QEMU
id: qemu
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0
- name: Setup Buildx
id: buildx
@@ -41,14 +41,14 @@ jobs:
- name: GitHub login
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.7.0
with:
push: ${{ github.event_name != 'pull_request' }}
context: .

View File

@@ -12,6 +12,7 @@ on:
- '**.html'
- 'LICENSE'
- 'Dockerfile'
- 'Dockerfile.git'
permissions:
contents: read