Skip to content

Commit

Permalink
Merge pull request #26 from kishen-v/update-base-image
Browse files Browse the repository at this point in the history
Refresh versions across repository
  • Loading branch information
Power Cloud Robot authored Mar 2, 2024
2 parents bdc5d0f + babead1 commit e6cb452
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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

0 comments on commit e6cb452

Please sign in to comment.