updated versions, added dispatch workflow (#21)

This commit is contained in:
Bret Fisher
2021-07-02 18:38:15 -04:00
committed by GitHub
parent 9ad1004f49
commit 3042013d0d
2 changed files with 6 additions and 4 deletions
@@ -22,6 +22,8 @@ on:
schedule:
# re-run montly to keep image fesh with upstream base images
- cron: '0 12 15 * *'
workflow_dispatch:
# run whenever we want!
jobs:
build-and-push-images:
+4 -4
View File
@@ -9,15 +9,15 @@ ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM" > /log
ENV COMPOSE_VERSION=v2.0.0-beta.3 \
ENV COMPOSE_VERSION=v2.0.0-beta.4 \
# https://github.com/docker/compose-cli/releases
HELM_VERSION=3.6.0 \
HELM_VERSION=3.6.2 \
# https://github.com/helm/helm/releases
KUBECTL_VERSION=1.21.1 \
KUBECTL_VERSION=1.21.2 \
# https://dl.k8s.io/release/stable.txt
KUBECTX_VERSION=0.9.3 \
# https://github.com/ahmetb/kubectx/releases
STERN_VERSION=1.18.0 \
STERN_VERSION=1.19.0 \
# https://github.com/stern/stern/releases
COMPLETIONS=/usr/share/bash-completion/completions