Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <vincepri@redhat.com>
  • Loading branch information
vincepri committed Apr 5, 2024
1 parent 335d4b9 commit 4fb4490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tools-releases.yml
Expand Up @@ -71,8 +71,8 @@ jobs:
file: ./hack/envtest/${{matrix.os}}/Dockerfile
build-args: |
GO_VERSION=${{env.GO_VERSION}}
KUBERNETES_VERSION=v${{env.KUBERNETES_VERSION}}
ETCD_VERSION=v${{env.ETCD_VERSION}}
KUBERNETES_VERSION=${{env.KUBERNETES_VERSION}}
ETCD_VERSION=${{env.ETCD_VERSION}}
OS=${{matrix.os}}
ARCH=${{matrix.arch}}
push: true
Expand Down
2 changes: 1 addition & 1 deletion hack/envtest/_matrix/v1.28.0.yaml
@@ -1,2 +1,2 @@
go: 1.21
etcd: 3.5.13
etcd: v3.5.13

0 comments on commit 4fb4490

Please sign in to comment.