Skip to content

Commit 1887667

Browse files
committed
Updated deps and GH workflow
1 parent b6847c3 commit 1887667

File tree

3 files changed

+3054
-562
lines changed

3 files changed

+3054
-562
lines changed

.github/workflows/docker-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121
- name: Read version
@@ -37,7 +37,7 @@ jobs:
3737
echo "::set-output name=release_exists::$release_exists"
3838
- name: Build
3939
id: docker_build
40-
uses: docker/build-push-action@v2
40+
uses: docker/build-push-action@v4
4141
with:
4242
context: .
4343
file: ./Dockerfile

0 commit comments

Comments
 (0)