Skip to content

Commit dddb554

Browse files
committed
fix env vars
1 parent 3dae53a commit dddb554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default__build-push-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313

1414
env:
1515
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'
16+
SITE_URL_ARM64: 'https://nmc-docker.arm1.nemanjamitic.com'
17+
SITE_URL_AMD64: 'https://nmc-docker.local.nemanjamitic.com'
1818
PLAUSIBLE_SCRIPT_URL: 'https://plausible.arm1.nemanjamitic.com/js/script.js'
1919

2020
jobs:

0 commit comments

Comments
 (0)