|
|
|
@ -22,13 +22,13 @@ jobs: |
|
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
|
|
|
|
|
- name: Prepare - Set up QEMU |
|
|
|
uses: docker/setup-qemu-action@v2.2.0 |
|
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v2.10.0 |
|
|
|
uses: docker/setup-buildx-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Build - BUILD |
|
|
|
uses: docker/build-push-action@v4.2.1 |
|
|
|
uses: docker/build-push-action@v5.0.0 |
|
|
|
with: |
|
|
|
load: true |
|
|
|
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}" |
|
|
|
@ -103,7 +103,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Publish - Login to Docker Hub |
|
|
|
if: github.event_name != 'pull_request' |
|
|
|
uses: docker/login-action@v2.2.0 |
|
|
|
uses: docker/login-action@v3.0.0 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
|