Skip to content

Commit

Permalink
🚧 remove context from release
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed Jun 15, 2023
1 parent b7736ad commit 70c7887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
id: docker_build_latest
uses: docker/build-push-action@v3
with:
context: .
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -42,7 +41,6 @@ jobs:
id: docker_build_prerelease
uses: docker/build-push-action@v3
with:
context: .
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 70c7887

Please sign in to comment.