Skip to content

Commit

Permalink
update ci.yml with personal docker hub account
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Nov 14, 2024
1 parent 6023109 commit 9b4348e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
IMAGE_NAME: transform-and-deliver-assets
IMAGE_NAME: amelieloulou/transform-and-deliver-assets
CHART_PATH: ./opensource

jobs:
Expand All @@ -34,10 +34,4 @@ jobs:
with:
context: ./src/api
push: true
tags: api/${{ env.IMAGE_NAME }}:latest
- name: Build and push Docker image Job
uses: docker/build-push-action@v5
with:
context: ./src
push: true
tags: job/${{ env.IMAGE_NAME }}:latest
tags: ${{ env.IMAGE_NAME }}:latest

0 comments on commit 9b4348e

Please sign in to comment.