8000
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 9c34eeb commit 2da00d5Copy full SHA for 2da00d5
.github/workflows/check_docker_build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v3.0.0
+ - uses: actions/checkout@v3.0.1
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