Skip to content

Commit 611e2c0

Browse files
committed
disable deploys with kubectl and bump checkout action version
1 parent 47e6470 commit 611e2c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
packages: write
5050

5151
steps:
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v4
5353

5454
- name: Build image
5555
run: docker build . --file Dockerfile --tag $IMAGE_NAME

0 commit comments

Comments
 (0)