diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index c549113..8e7f24d 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -4,8 +4,8 @@ on: push: branches: - master -# paths: # fixme setup ghcr -# - 'dockerfiles/deb-utils/**' + paths: + - 'dockerfiles/**' env: REGISTRY: ghcr.io @@ -38,7 +38,7 @@ jobs: id: meta uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{matrix.image}} - name: Build and push Docker image uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: diff --git a/dockerfiles/deb-utils/Dockerfile b/dockerfiles/deb-utils/Dockerfile index b9b675a..00a729b 100644 --- a/dockerfiles/deb-utils/Dockerfile +++ b/dockerfiles/deb-utils/Dockerfile @@ -1,5 +1,7 @@ FROM debian:bookworm-slim +MAINTAINER kiemlicz + RUN apt-get update && \ apt-get install -y iproute2 dnsutils netcat-openbsd iputils-ping iperf3 curl traceroute iptables tcpdump stress-ng sysstat vim gnupg2 apt-transport-https ca-certificates