Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 30, 2024
1 parent 3dae53a commit dddb554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default__build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
IMAGE_NAME: ${{ github.event.repository.name }}
SITE_URL_AMD64: 'https://nmc-docker.arm1.nemanjamitic.com'
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'
PLAUSIBLE_SCRIPT_URL: 'https://plausible.arm1.nemanjamitic.com/js/script.js'

jobs:
Expand Down

0 comments on commit dddb554

Please sign in to comment.