Skip to content

Commit

Permalink
fix: build-and-push.yml (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
35C4n0r authored Aug 28, 2024
1 parent cf16ca7 commit a679623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: pwsh
run: |
"::set-output name=repository::$($env:DOCKER_IMAGE_NAME.ToLowerInvariant())"
- name: Checkout code
uses: actions/checkout@v2

Expand All @@ -38,7 +38,7 @@ jobs:
with:
build-args: |
"SERVER_RELEASE_VERSION=${{ github.sha }}"
context: "server/."
context: "."
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit a679623

Please sign in to comment.