We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dae53a commit dddb554Copy full SHA for dddb554
.github/workflows/default__build-push-docker.yml
@@ -13,8 +13,8 @@ on:
13
14
env:
15
IMAGE_NAME: ${{ github.event.repository.name }}
16
- SITE_URL_AMD64: 'https://nmc-docker.arm1.nemanjamitic.com'
17
- SITE_URL_ARM64: 'https://nmc-docker.local.nemanjamitic.com'
+ SITE_URL_ARM64: 'https://nmc-docker.arm1.nemanjamitic.com'
+ SITE_URL_AMD64: 'https://nmc-docker.local.nemanjamitic.com'
18
PLAUSIBLE_SCRIPT_URL: 'https://plausible.arm1.nemanjamitic.com/js/script.js'
19
20
jobs:
0 commit comments