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
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: hadolint/hadolint:latest-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: hadolint
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
VERSION: "27"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
VERSION: "28"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
VERSION: "29"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
VERSION: "30"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container: hadolint/hadolint:latest-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: hadolint
run: |
Expand All @@ -23,7 +23,7 @@ jobs:
VERSION: "27"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Test build
id: docker_build
Expand All @@ -39,7 +39,7 @@ jobs:
VERSION: "28"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Test build
id: docker_build
Expand All @@ -55,7 +55,7 @@ jobs:
VERSION: "29"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Test build
id: docker_build
Expand All @@ -71,7 +71,7 @@ jobs:
VERSION: "30"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Test build
id: docker_build
Expand Down
Loading