Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Ansible Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Micro
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile.micro
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

- name: Build Minimal
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile.minimal
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

- name: Build Builder
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile.builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coredns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dhcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image cloudctl/dhcp:micro
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/koffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/[email protected]

- name: Build Image | koffer:latest
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
varVerTerraform=${{ env.varverterraform }}

- name: Build Image | koffer:extra
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile.extra
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/konductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/[email protected]

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
varVerOpenshift=${{ env.varveropenshift }}

# - name: Build containercraft/konductor:code
# uses: docker/build-push-action@v2.10.0
# uses: docker/build-push-action@v4.0.0
# with:
# context: ./containers/${{ github.workflow }}
# file: ./containers/${{ github.workflow }}/code.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubectl-micro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/kubectl
file: ./containers/kubectl/Dockerfile.micro
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubectl-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/kubectl
file: ./containers/kubectl/Dockerfile.minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git clone --branch 1.0.7 https://github.com/ansible/ansible-runner-service.git ./containers/${{ github.workflow }}/ansible-runner-service

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tftpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v4.0.0
with:
context: ./containers/${{ github.workflow }}
file: ./containers/${{ github.workflow }}/Dockerfile
Expand Down