We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4efe96 commit 23bc4e4Copy full SHA for 23bc4e4
.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 buildx build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments