Skip to content

Commit

Permalink
Refresh versions across repository
Browse files Browse the repository at this point in the history
Updated base image, github action verisons and setup dependabot.
  • Loading branch information
kishen-v committed Mar 1, 2024
1 parent d0a87bd commit 184d2d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.QUAY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion BASE_IMAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker.io/kindest/base:v20221025-014d1502
docker.io/kindest/base:v20230310-474355fc
2 changes: 1 addition & 1 deletion KIND_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.17.0
v0.18.0

0 comments on commit 184d2d6

Please sign in to comment.