Skip to content

Commit ebee0e1

Browse files
committed
test
1 parent 21521c3 commit ebee0e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
44
"name": "Privacy Guides",
5-
"build": {
6-
"dockerfile": "../Dockerfile"
7-
},
5+
"image": "ghcr.io/privacyguides/privacyguides.org:upgrade-deps",
86
"overrideCommand": true,
97
"containerEnv": {
108
"MAIN_SITE_BASE_URL": "http://127.0.0.1:8000/en/",

.github/workflows/build-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
push: true
8686
tags: ${{ steps.meta.outputs.tags }}
8787
labels: ${{ steps.meta.outputs.labels }}
88+
platforms: linux/amd64,linux/arm64
8889

8990
cleanup:
9091
if: ${{ always() }}

0 commit comments

Comments
 (0)