|
@@ -36,7 +36,7 @@ jobs:
|
|
username: ${{ github.actor }}
|
|
username: ${{ github.actor }}
|
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
- name: Build and push
|
|
- name: Build and push
|
|
- uses: docker/build-push-action@v4
|
|
|
|
|
|
+ uses: docker/build-push-action@v5
|
|
with:
|
|
with:
|
|
context: "{{defaultContext}}:${{ matrix.dist }}"
|
|
context: "{{defaultContext}}:${{ matrix.dist }}"
|
|
# we need to build for arm64 first
|
|
# we need to build for arm64 first
|