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.
2 parents 848d989 + b70cc99 commit 428ab2dCopy full SHA for 428ab2d
.github/workflows/check_docker_build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v3.3.0
+ - uses: actions/checkout@v3.5.2
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