Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-docker-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache versions state
uses: actions/cache@v4
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup GitHub CLI
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-caddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to Quay.io
uses: docker/login-action@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo lordofsystem/cert-manager-webhook-powerdns
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "lordofsystem/cert-manager-webhook-powerdns"
ref: 'main'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-coredns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo coredns
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "coredns/coredns"
ref: 'v${{ env.tag }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-gpt4free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
shell: bash

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo gpt4free
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "xtekky/gpt4free"
ref: 'main'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to Quay.io
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-ingress-nginx-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to Quay.io
uses: docker/login-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-ingress-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo kubernetes/ingress-nginx
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "kubernetes/ingress-nginx"
ref: 'controller-${{ needs.checks.outputs.env-tag }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-logrotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo blacklabelops/logrotate
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "blacklabelops/logrotate"
ref: 'master'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-nitter-patched.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
shell: bash

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo zedeus/nitter
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "zedeus/nitter"
ref: 'master'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-openresty-ssl-ja3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
echo "NUMBER_OF_CORES=$(nproc)" >> $GITHUB_ENV

- name: Check Out Repo openresty/docker-openresty
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "openresty/docker-openresty"
ref: 'master'

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'periodic-build'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-samba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo dperson/samba
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "dperson/samba"
ref: 'master'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-stash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo stashed/stash
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "stashed/stash"
ref: '${{ env.tag }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-stolon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo sorintlab/stolon
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "sorintlab/stolon"
ref: '${{ env.tag }}'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-tor-single-hop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
shell: bash

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo lncm/docker-tor
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "lncm/docker-tor"
ref: 'master'
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
shell: bash

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Out Repo lncm/docker-tor
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "lncm/docker-tor"
ref: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-wireproxy-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
platforms: all

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to Quay.io
uses: docker/login-action@v2
Expand Down
Loading