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 7c235f5 + 6e8938b commit 0d5b33fCopy full SHA for 0d5b33f
.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.2
+ - uses: actions/checkout@v3.1.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