10000
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.
1 parent 428ab2d commit ed81ecaCopy full SHA for ed81eca
.github/workflows/check_docker_build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v3.5.2
+ - uses: actions/checkout@v4.0.0
13
- name: Build the Docker image
14
env:
15
# @see https://docs.docker.com/develop/develop-images/build_enhancements/
.github/workflows/publish_docker_image.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: "ubuntu-20.04"
16
17
18
19
20
# https://github.com/marketplace/actions/push-to-ghcr
21
- name: Build and publish a Docker image for ${{ github.repository }}
0 commit comments