From 31925b2d73b083ab43206c628c3b267c30ad2b70 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Wed, 15 May 2024 18:40:07 -0500 Subject: [PATCH] [nc] debugging publish Signed-off-by: Nic Cheneweth --- .gitignore | 5 ++++- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6e830b..6309d01 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.python-version \ No newline at end of file +.python-version +cosign.key +cosign.pub +manifestid \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 6755dd4..0038c0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.title="gha-container-base-image" \ org.opencontainers.image.created="CREATED" \ org.opencontainers.image.version="VERSION" -ENV ONEPASSWORD_VERSION=2.28.0 +ENV ONEPASSWORD_VERSION=2.27.0 ENV TELLER_VERSION=1.5.6 ENV VAULT_VERSION=1.16.2 ENV BUILDEVENTS_VERSION=0.16.0