Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a2635b

Browse filesBrowse files
committed
Update docker workflow for new simple image
1 parent 670fe4b commit 3a2635b
Copy full SHA for 3a2635b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed

‎.github/workflows/build-docker.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-docker.yaml
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
name: Build and push Docker image
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v3
16-
with:
17-
submodules: "true"
1814

1915
- name: Set up QEMU
2016
uses: docker/setup-qemu-action@v2
@@ -33,6 +29,7 @@ jobs:
3329
uses: docker/build-push-action@v4
3430
with:
3531
context: .
32+
path: ./docker/simple/Dockerfile
3633
push: true # push to registry
3734
pull: true # always fetch the latest base images
3835
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.