Skip to content

Commit 7c8303b

Browse files
committed
Initial commit.
0 parents  commit 7c8303b

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: build-push
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
paths:
9+
- Dockerfile
10+
- .github/workflows/build-push.yaml
11+
12+
jobs:
13+
run:
14+
uses: libops/.github/.github/workflows/build-push.yaml@main
15+
permissions:
16+
contents: read
17+
packages: write
18+
secrets: inherit

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:slim
2+
3+
RUN apt-get update \
4+
&& apt-get install -y --no-install-recommends aptly createrepo-c gnupg ca-certificates \
5+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)