Skip to content

Commit

Permalink
ci: change working directory of docker build steps (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Oct 8, 2024
2 parents fadbd1a + 8627550 commit c3402e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
- name: Build and push
if: ${{ inputs.pace != 'live' }}
uses: docker/build-push-action@v6
working-directory: ./docker
with:
push: true
file: ./docker/Dockerfile
tags: tloncorp/vere:${{ steps.build.outputs.version }},tloncorp/vere:${{ inputs.pace }}

- name: Build and push live
if: ${{ inputs.pace == 'live' }}
uses: docker/build-push-action@v6
working-directory: ./docker
with:
push: true
file: ./docker/Dockerfile
tags: tloncorp/vere:latest

0 comments on commit c3402e5

Please sign in to comment.