Skip to content

Commit b621e7b

Browse files
committed
chore: rename css to securityslacker
1 parent fc7229d commit b621e7b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ release:
2424
dockers:
2525
-
2626
image_templates:
27-
- "ghcr.io/hazcod/security-slacker/css:latest"
28-
- "ghcr.io/hazcod/security-slacker/css:{{ .Tag }}"
29-
- "ghcr.io/hazcod/security-slacker/css:{{ .Major }}"
27+
- "ghcr.io/hazcod/security-slacker/securityslacker:latest"
28+
- "ghcr.io/hazcod/security-slacker/securityslacker:{{ .Tag }}"
29+
- "ghcr.io/hazcod/security-slacker/securityslacker:{{ .Major }}"
3030

3131
sboms:
3232
-
@@ -40,4 +40,4 @@ builds:
4040
ldflags: [-w -s -extldflags "-static"]
4141
goos: [darwin, linux, windows]
4242
goarch: [amd64, arm64]
43-
binary: css
43+
binary: securityslacker

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY --from=builder /etc/passwd /etc/group /etc/shadow /etc/
2525
# add-in our ca certificates
2626
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2727

28-
COPY --chown=app css /app
28+
COPY --chown=app securityslacker /app
2929

3030
# from now on, run as the unprivileged user
3131
USER 1000

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: run
22

33
clean:
4-
rm dist/ || true
4+
rm -r dist/ || true
55

66
build:
77
goreleaser --config=.github/goreleaser.yml build --snapshot --clean

0 commit comments

Comments
 (0)