Compare commits
3 Commits
8a3b6f21b3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c91298207 | |||
| db12277cc2 | |||
| 1eab3bf3dd |
@@ -1,4 +1,4 @@
|
|||||||
name: Build, Push and Run Container
|
name: Build and Push Container
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ USER root
|
|||||||
# Core tools for CI
|
# Core tools for CI
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
nodejs npm coreutils \
|
nodejs npm coreutils \
|
||||||
docker-cli docker-cli-compose docker-cli-buildx \
|
docker-cli docker-cli-compose \
|
||||||
git git-lfs openssh-client \
|
git git-lfs openssh-client \
|
||||||
build-base bash curl jq unzip zip ca-certificates \
|
build-base bash curl jq unzip zip ca-certificates \
|
||||||
&& git lfs install --system \
|
&& git lfs install --system \
|
||||||
|
|||||||
Reference in New Issue
Block a user