Skip to content

Commit

Permalink
hardcode image name
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed May 15, 2024
1 parent 45562f4 commit 50c200e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

env:
IMAGE_NAME: ${{ github.event.repository.name }}
IMAGE_NAME: nemanjam.github.io
# set this
SITE_URL: 'https://docker.nemanjamitic.com'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
IMAGE_NAME_WITH_TAG: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
IMAGE_NAME_WITH_TAG: ${{ secrets.DOCKERHUB_USERNAME }}/nemanjam.github.io:latest

jobs:
deploy:
Expand Down

0 comments on commit 50c200e

Please sign in to comment.