FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
opencode/.github/workflows/containers.yml at fix/image-paste-webview · harmoniqs/opencode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
harmoniqs
/
opencode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
27
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
opencode
/
.github
/
workflows
/
containers.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
45 lines (37 loc) · 1.16 KB
Breadcrumbs
opencode
/
.github
/
workflows
/
containers.yml
Copy path
File metadata and controls
45 lines (37 loc) · 1.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name
:
containers
on
:
push
:
branches
:
-
dev
paths
:
-
packages/containers/**
-
.github/workflows/containers.yml
-
package.json
workflow_dispatch
:
permissions
:
contents
:
read
packages
:
write
jobs
:
build
:
runs-on
:
blacksmith-4vcpu-ubuntu-2404
env
:
REGISTRY
:
ghcr.io/${{ github.repository_owner }}
TAG
:
"
24.04
"
steps
:
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
-
uses
:
./.github/actions/setup-bun
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8
#
v4.2.0
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
#
v4.2.0
-
name
:
Login to GHCR
uses
:
docker/login-action@dbcb813823bdd20940b903addbd779551569679f
#
v4.6.0
with
:
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Build and push containers
run
:
bun ./packages/containers/script/build.ts --push
env
:
REGISTRY
:
${{ env.REGISTRY }}
TAG
:
${{ env.TAG }}
Back
|
FazBrowse Home
|
New Git URL