Skip to content
Closed
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/make-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Checkout the current branch"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Build FPM image for specific version"
if: vars.LATEST_VERSION != matrix.php-version
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Checkout the current branch"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Build and push nginx image for latest version"
if: vars.LATEST_VERSION == matrix.php-version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/make-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Checkout the current branch"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Build FPM image for specific version"
if: vars.LATEST_VERSION != matrix.php-version
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Checkout the current branch"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Build and push nginx image for latest version"
if: vars.LATEST_VERSION == matrix.php-version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-old-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Checkout the current branch"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Build FPM image for specific version"
uses: docker/build-push-action@v6
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Checkout the current branch"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Build nginx old image for specific version"
uses: docker/build-push-action@v6
Expand Down