Skip to content

Commit

Permalink
feat: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Veivel committed Jun 18, 2024
1 parent c5deaa3 commit cb93619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- "devops-fix"
- "staging"
- "master"

jobs:
deploy_service:
Expand All @@ -17,7 +17,7 @@ jobs:
IMAGE: susunjadwal-backend
DOCKERHUB_USER: ristekoss
PLATFORMS: linux/amd64
IMAGE_TAG: stable
IMAGE_TAG: latest
secrets:
GH_TOKEN: ${{ secrets.CENTRAL_INFRA_GH_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit cb93619

Please sign in to comment.