We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa06545 + e8ec61f commit eeea1e0Copy full SHA for eeea1e0
.github/workflows/docker-image.yml
@@ -13,6 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Build the Docker image
18
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
.github/workflows/docker-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Checkout repository
38
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
39
40
# Install the cosign tool except on PR
41
# https://github.com/sigstore/cosign-installer
0 commit comments