Skip to content

Commit

Permalink
Try a new context so we can copy the SSAPy directory rather than clon…
Browse files Browse the repository at this point in the history
…ing it.
  • Loading branch information
aperloff committed Sep 16, 2024
1 parent 118282c commit dae308b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
- name: Build & Deploy centos-s8
uses: docker/build-push-action@v5
with:
context: .
file: .docker/Dockerfile
context: ../
file: SSAPy/.docker/Dockerfile
platforms: 'linux/amd64,linux/arm64'
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit dae308b

Please sign in to comment.