Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mhamdi authored Aug 28, 2024
1 parent 38d4470 commit 478f680
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/jlai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
# platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/jlai-p1:latest
cache-from: type=gha
cache-to: type=gha,mode=max

jlai-p2:
runs-on: ubuntu-latest
Expand All @@ -66,8 +64,7 @@ jobs:
# platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/jlai-p2:latest
cache-from: type=gha
cache-to: type=gha,mode=max


jlai-p3:
runs-on: ubuntu-latest
Expand All @@ -84,5 +81,4 @@ jobs:
# platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/jlai-p3:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 478f680

Please sign in to comment.