Skip to content

Commit

Permalink
update CI with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlavv committed Dec 3, 2024
1 parent 061ccfb commit 176dd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image Job
- name: Build and push Docker image Jo
run: |
new_version=${{ needs.determine-version.outputs.new_version }}
docker buildx build --platform linux/amd64,linux/arm64 --push -t ${{ env.IMAGE_NAME }}:job-${new_version} -t ${{ env.IMAGE_NAME }}:job-latest --cache-from=type=local,src=/tmp/.buildx-cache --cache-to=type=local,dest=/tmp/.buildx-cache,mode=max ./src
Expand Down

0 comments on commit 176dd09

Please sign in to comment.