Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit f7867d2

Browse files
committed
github actions ktorbase-example docker tag github sha
1 parent 6df75ba commit f7867d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ktorbase-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6969
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
7070
AWS_REGISTRY_URL: ${{ secrets.AWS_REGISTRY_URL }}
71-
run: ./pipelines/docker-build-push-aws.sh latest
71+
run: ./pipelines/docker-build-push-aws.sh latest ${GITHUB_SHA}
7272

7373
- name: Deploy CloudFormation
7474
working-directory: /tmp/com.linked-planet.ktor-example
7575
env:
7676
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
7777
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7878
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
79-
run: ./pipelines/deploy.sh test latest && ./pipelines/deploy-wait.sh test latest
79+
run: ./pipelines/deploy.sh test ${GITHUB_SHA} && ./pipelines/deploy-wait.sh test ${GITHUB_SHA}
8080

8181
- name: Run Integration Tests
8282
working-directory: /tmp/com.linked-planet.ktor-example

0 commit comments

Comments
 (0)