Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre818181 committed Dec 23, 2024
1 parent cc79071 commit 40ccfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- run: go build -o main main.go

- run:
docker build -t pierre781/sls-local-server:${{ github.ref_name }} -f Dockerfile .
docker build -t pierre781/sls-local-server:${{ github.ref_name }} -f Dockerfile . && \
docker push pierre781/sls-local-server:${{ github.ref_name }}

0 comments on commit 40ccfa4

Please sign in to comment.