Skip to content

Commit

Permalink
separate build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre818181 committed Dec 23, 2024
1 parent 40ccfa4 commit 8289a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:

- run: go build -o main main.go

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

- run: docker push pierre781/sls-local-server:${{ github.ref_name }}

0 comments on commit 8289a5d

Please sign in to comment.