Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Mar 5, 2025
1 parent 05d3bf5 commit 5f33d41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:
group: build-and-publish
cancel-in-progress: true


jobs:
# Call the Tag Generator to generate an image tag to use
image-tag:
Expand All @@ -40,6 +39,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout the repository
uses: actions/checkout@v4

- name: Create image and push
uses: docker/build-push-action@v6
with:
Expand All @@ -62,6 +64,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout the repository
uses:
actions/checkout@v4

- name: Create image and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 5f33d41

Please sign in to comment.