Skip to content

Commit

Permalink
auto-publish wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kiemlicz committed Dec 22, 2023
1 parent 3650aef commit fca9e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- master
# paths: # fixme setup ghcr
# - 'dockerfiles/deb-utils/**'
paths:
- 'dockerfiles/**'

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/deb-utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit fca9e3f

Please sign in to comment.