Skip to content

Commit

Permalink
ci: #58 laravel 11 is latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunthegeek committed Nov 17, 2024
1 parent 64acabf commit 34b1b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
context: laravel-demo
platforms: linux/amd64,linux/arm64
push: true
tags: laravelfans/laravel:latest,laravelfans/laravel:10,laravelfans/laravel:${{ env.LARAVEL_VERSION }}
tags: laravelfans/laravel:10,laravelfans/laravel:${{ env.LARAVEL_VERSION }}

- name: Image digest
if: steps.docker_build.conclusion == 'success'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/laravel-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
context: laravel-demo
platforms: linux/amd64,linux/arm64
push: true
tags: laravelfans/laravel:11,laravelfans/laravel:${{ env.LARAVEL_VERSION }}
tags: laravelfans/laravel:latest,laravelfans/laravel:11,laravelfans/laravel:${{ env.LARAVEL_VERSION }}

- name: Image digest
if: steps.docker_build.conclusion == 'success'
Expand Down

0 comments on commit 34b1b06

Please sign in to comment.