Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Nov 29, 2023
1 parent 2d6cd85 commit ff66fb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: alejoide/bcra-scraper-api
context: ./backend
dockerfile: ./backend/Dockerfile
context: "{{defaultContext}}:./backend"
tag_with_ref: true
tag_with_sha: true
tags: ${{ github.sha }}

0 comments on commit ff66fb3

Please sign in to comment.