Skip to content

Commit

Permalink
fix(ci): docker context (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored Dec 29, 2024
1 parent 58cc7b3 commit 6398225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
uses: docker/build-push-action@v6
with:
load: true
context: ./src
file: ./src/Dockerfile
tags: ${{ steps.get_version.outputs.version-without-v }}-test

- name: Setup Tilt
Expand Down

0 comments on commit 6398225

Please sign in to comment.