Skip to content

Commit

Permalink
image name for pg and redis
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollard committed Apr 10, 2024
1 parent e969603 commit b543db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
context: ./api/db/postgresql
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_REPOSITORY || vars.DOCKERHUB_USERNAME }}/postgres:latest
tags: ${{ vars.DOCKERHUB_REPOSITORY || vars.DOCKERHUB_USERNAME }}/kuma-demo-pg:latest

- name: Build and push redis
uses: docker/build-push-action@v5
Expand All @@ -57,4 +57,4 @@ jobs:
context: ./api/db/redis
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKER_REPOSITORY || vars.DOCKER_USERNAME }}/kuma-redis:latest
tags: ${{ vars.DOCKER_REPOSITORY || vars.DOCKER_USERNAME }}/kuma-demo-redis:latest

0 comments on commit b543db2

Please sign in to comment.