Skip to content

Commit

Permalink
Updated deps and GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Umkus committed Feb 26, 2023
1 parent b6847c3 commit 1887667
Show file tree
Hide file tree
Showing 3 changed files with 3,054 additions and 562 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Read version
Expand All @@ -37,7 +37,7 @@ jobs:
echo "::set-output name=release_exists::$release_exists"
- name: Build
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down
Loading

0 comments on commit 1887667

Please sign in to comment.