Skip to content

Commit

Permalink
chore: fix invalid mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Jul 2, 2024
1 parent b3af0e6 commit c3d2174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ jobs:
needs: [gen_version,build_ui]
runs-on: ubuntu-22.04
env:
DOCKERHUB_USERNAME: {{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: {{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_ORG: gospatial
DOCKERHUB_REPO: tegola
BUILD_ARGS: |
Expand Down

0 comments on commit c3d2174

Please sign in to comment.