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 @@ -27,7 +27,7 @@ jobs:

- name: Build and push ansible image
id: docker_build_push_ansible
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/ansible:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push apache image
id: docker_build_push_apache
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/apache:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push dnsmasq image
id: docker_build_push_dnsmasq
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/dnsmasq:latest
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/get-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push get-deb image (latest)
id: docker_build_push_get_deb
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:latest
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Build and push get-deb image (xenial)
id: docker_build_push_get_deb_xenial
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:xenial
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Build and push get-deb image (bionic)
id: docker_build_push_get_deb_bionic
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:bionic
Expand All @@ -78,7 +78,7 @@ jobs:

- name: Build and push get-deb image (focal)
id: docker_build_push_get_deb_focal
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:focal
Expand All @@ -95,7 +95,7 @@ jobs:

- name: Build and push get-deb image (jammy)
id: docker_build_push_get_deb_jammy
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:jammy
Expand All @@ -112,7 +112,7 @@ jobs:

- name: Build and push get-deb image (debian-latest)
id: docker_build_push_get_deb_debian_latest
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:debian-latest
Expand All @@ -129,7 +129,7 @@ jobs:

- name: Build and push get-deb image (bullseye)
id: docker_build_push_get_deb_bullseye
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:bullseye
Expand All @@ -146,7 +146,7 @@ jobs:

- name: Build and push get-deb image (buster)
id: docker_build_push_get_deb_buster
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:buster
Expand All @@ -163,7 +163,7 @@ jobs:

- name: Build and push get-deb image (bookworm)
id: docker_build_push_get_deb_bookworm
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/get-deb:bookworm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gollum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push gollum image (latest)
id: docker_build_push_gollum
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/gollum:latest
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Build and push gollum image (nginx)
id: docker_build_push_gollum_nginx
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/gollum:nginx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ipecho.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push ipecho image
id: docker_build_push_ipecho
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/ipecho:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push latex image
id: docker_build_push_latex
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/latex:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push r-base image
id: docker_build_push_r_base
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/r-base:latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push ssh image (latest)
id: docker_build_push_ssh
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/ssh:latest
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Build and push ssh image (trusty)
id: docker_build_push_ssh_trusty
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/ssh:trusty
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Build and push ssh image (xenial)
id: docker_build_push_ssh_xenial
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/ssh:xenial
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tiddlywiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push tiddlywiki image
id: docker_build_push_tiddlywiki
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: ${{ github.ref == 'refs/heads/master' }}
tags: joelnb/tiddlywiki:latest
Expand Down
Loading