Skip to content

Commit

Permalink
add view into context
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 6, 2024
1 parent f8195a5 commit 8a82c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0
- name: Build and push to Docker Hub
if: ${{ steps.checkdocker.outputs.secretspresent }}
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:view"
context: "./view"
platforms: linux/amd64, linux/arm64
push: false
tags: |
Expand Down

0 comments on commit 8a82c4c

Please sign in to comment.