Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Apr 19, 2024
1 parent 50ab696 commit 16a80f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
-
# Build and cache image in the registry
name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v4
with:
context: ${{ env.BUILD_DIR }}
file: ${{ env.BUILD_DIR }}/Dockerfile
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
steps:
-
name: Setup Bats
uses: bats-core/bats-action@1.5.4
uses: bats-core/bats-action@2.0.0
-
name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 16a80f0

Please sign in to comment.