Skip to content

Commit

Permalink
Merge branch 'docker' of github.com:7h3-3mp7y-m4n/score-k8s into docker
Browse files Browse the repository at this point in the history
Added the container step in ci.yaml and fixed the bot
  • Loading branch information
7h3-3mp7y-m4n committed Oct 15, 2024
2 parents 4018bb0 + fb55407 commit bc7c8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /usr/local/bin/score-k8s .
FROM scratch

# Set the current working directory inside the container.
WORKDIR /score-compose
WORKDIR /score-k8s

# Copy the binary from the builder image.
COPY --from=builder /usr/local/bin/score-k8s /usr/local/bin/score-k8s
Expand Down

0 comments on commit bc7c8b4

Please sign in to comment.