Skip to content

Commit

Permalink
ci/cd: add docker image names | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed May 28, 2024
1 parent f8c21c6 commit 3109469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
PROJECT_NAME: sfscon-backend
DOCKER_IMAGE_CONFERENCES: ghcr.io/${{ github.repository }}/sfscon-conferences
DOCKER_IMAGE_PUSH_NOTIFICATION: ghcr.io/${{ github.repository }}/sfscon-push-notifications
DOCKER_IMAGE_PUSH_NOTIFICATIONS: ghcr.io/${{ github.repository }}/sfscon-push-notifications
DOCKER_IMAGE_TELEGRAM: ghcr.io/${{ github.repository }}/sfscon-telegram


Expand All @@ -30,7 +30,7 @@ jobs:
env:
X_SERVER_PORT: ${{ env.SERVER_PORT }}
X_DOCKER_IMAGE_CONFERENCES: ${{ env.DOCKER_IMAGE_CONFERENCES }}
X_DOCKER_IMAGE_PUSH_NOTIFICATION: ${{ env.DDOCKER_IMAGE_PUSH_NOTIFICATION }}
X_DOCKER_IMAGE_PUSH_NOTIFICATIONS: ${{ env.DOCKER_IMAGE_PUSH_NOTIFICATIONS }}
X_DOCKER_IMAGE_TELEGRAM: ${{ env.DOCKER_IMAGE_TELEGRAM }}
X_DOCKER_TAG: ${{ env.DOCKER_TAG }}

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# env:
# X_SERVER_PORT: ${{ env.SERVER_PORT }}
# X_DOCKER_IMAGE_CONFERENCES: ${{ env.DOCKER_IMAGE_CONFERENCES }}
# X_DOCKER_IMAGE_PUSH_NOTIFICATION: ${{ env.DDOCKER_IMAGE_PUSH_NOTIFICATION }}
# X_DOCKER_IMAGE_PUSH_NOTIFICATIONS: ${{ env.DOCKER_IMAGE_PUSH_NOTIFICATIONS }}
# X_DOCKER_IMAGE_TELEGRAM: ${{ env.DOCKER_IMAGE_TELEGRAM }}
# X_DOCKER_TAG: ${{ env.DOCKER_TAG }}
#
Expand Down

0 comments on commit 3109469

Please sign in to comment.