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 b6847c3 commit 1887667Copy full SHA for 1887667
.github/workflows/docker-workflow.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
19
with:
20
fetch-depth: 0
21
- name: Read version
@@ -37,7 +37,7 @@ jobs:
37
echo "::set-output name=release_exists::$release_exists"
38
- name: Build
39
id: docker_build
40
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v4
41
42
context: .
43
file: ./Dockerfile
0 commit comments