Skip to content

Commit

Permalink
PLAT-546 - revert from shared workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben committed Sep 2, 2024
1 parent 8ba53ec commit 91d6ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout cod
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go
Expand Down
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
FROM alpine:3.20

ARG TARGETPLATFORM

RUN apk --update add \
ca-certificates

RUN mkdir /app

COPY build/${TARGETPLATFORM}/moroz /app/moroz
COPY ./build/linux/moroz /usr/bin/moroz

CMD ["moroz"]

0 comments on commit 91d6ce1

Please sign in to comment.