Skip to content

Commit

Permalink
wip: some testing for faster docker build and releases
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyx committed Jun 18, 2024
1 parent a0973c2 commit 0c74375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- "v*"
branches:
- "release/*"

jobs:
cache:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Description: This is a utility container with all the tools needed for testing clusters and networks
# Description: Dockerfile cluster utils service
FROM debian:bookworm-slim

# Metadata
ARG VERSION=latest
LABEL maintainer="David Binney <[email protected]>"
LABEL version=$VERSION
LABEL description="This container is a utility for testing within cluster or networks and not needing to install tooling"
LABEL description="This is a utility for testing within cluster or networks and not needing to install tooling"

ENV TZ="Australia/Adelaide"

Expand Down

0 comments on commit 0c74375

Please sign in to comment.