Skip to content

Commit

Permalink
Add build context
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Dec 6, 2021
1 parent 0009003 commit 73786a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-docker-sha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Move
run: |
cd server
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
Expand All @@ -39,3 +36,4 @@ jobs:
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
context: ./server

0 comments on commit 73786a7

Please sign in to comment.