|
|
|
@ -22,14 +22,14 @@ jobs:
|
|
|
|
|
- name: Checkout repository
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
- name: Set up QEMU
|
|
|
|
|
uses: docker/setup-qemu-action@v1
|
|
|
|
|
uses: docker/setup-qemu-action@v2
|
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
uses: docker/setup-buildx-action@v2
|
|
|
|
|
# Login against a Docker registry except on PR
|
|
|
|
|
# https://github.com/docker/login-action
|
|
|
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
|
|
|
if: github.event_name != 'pull_request'
|
|
|
|
|
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
|
|
|
|
|
uses: docker/login-action@v2
|
|
|
|
|
with:
|
|
|
|
|
registry: ${{ env.REGISTRY }}
|
|
|
|
|
username: ${{ github.actor }}
|
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|
|
|
|
# https://github.com/docker/metadata-action
|
|
|
|
|
- name: Extract Docker metadata
|
|
|
|
|
id: meta
|
|
|
|
|
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
|
|
|
|
uses: docker/metadata-action@v4
|
|
|
|
|
with:
|
|
|
|
|
tags: |
|
|
|
|
|
type=ref,enable=true,event=branch,suffix=-collector
|
|
|
|
@ -48,7 +48,7 @@ jobs:
|
|
|
|
|
# Build and push Docker image with Buildx (don't push on PR)
|
|
|
|
|
# https://github.com/docker/build-push-action
|
|
|
|
|
- name: Build and push Docker image
|
|
|
|
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
|
|
|
|
uses: docker/build-push-action@v3
|
|
|
|
|
with:
|
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
|
context: .
|
|
|
|
@ -67,14 +67,14 @@ jobs:
|
|
|
|
|
- name: Checkout repository
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
- name: Set up QEMU
|
|
|
|
|
uses: docker/setup-qemu-action@v1
|
|
|
|
|
uses: docker/setup-qemu-action@v2
|
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
uses: docker/setup-buildx-action@v2
|
|
|
|
|
# Login against a Docker registry except on PR
|
|
|
|
|
# https://github.com/docker/login-action
|
|
|
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
|
|
|
if: github.event_name != 'pull_request'
|
|
|
|
|
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
|
|
|
|
|
uses: docker/login-action@v2
|
|
|
|
|
with:
|
|
|
|
|
registry: ${{ env.REGISTRY }}
|
|
|
|
|
username: ${{ github.actor }}
|
|
|
|
@ -83,7 +83,7 @@ jobs:
|
|
|
|
|
# https://github.com/docker/metadata-action
|
|
|
|
|
- name: Extract Docker metadata
|
|
|
|
|
id: meta
|
|
|
|
|
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
|
|
|
|
uses: docker/metadata-action@v4
|
|
|
|
|
with:
|
|
|
|
|
tags: |
|
|
|
|
|
type=ref,enable=true,event=branch,suffix=-web
|
|
|
|
@ -93,7 +93,7 @@ jobs:
|
|
|
|
|
# Build and push Docker image with Buildx (don't push on PR)
|
|
|
|
|
# https://github.com/docker/build-push-action
|
|
|
|
|
- name: Build and push Docker image
|
|
|
|
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
|
|
|
|
uses: docker/build-push-action@v3
|
|
|
|
|
with:
|
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
|
context: .
|
|
|
|
@ -112,14 +112,14 @@ jobs:
|
|
|
|
|
- name: Checkout repository
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
- name: Set up QEMU
|
|
|
|
|
uses: docker/setup-qemu-action@v1
|
|
|
|
|
uses: docker/setup-qemu-action@v2
|
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
uses: docker/setup-buildx-action@v2
|
|
|
|
|
# Login against a Docker registry except on PR
|
|
|
|
|
# https://github.com/docker/login-action
|
|
|
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
|
|
|
if: github.event_name != 'pull_request'
|
|
|
|
|
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
|
|
|
|
|
uses: docker/login-action@v2
|
|
|
|
|
with:
|
|
|
|
|
registry: ${{ env.REGISTRY }}
|
|
|
|
|
username: ${{ github.actor }}
|
|
|
|
@ -128,7 +128,7 @@ jobs:
|
|
|
|
|
# https://github.com/docker/metadata-action
|
|
|
|
|
- name: Extract Docker metadata
|
|
|
|
|
id: meta
|
|
|
|
|
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
|
|
|
|
uses: docker/metadata-action@v4
|
|
|
|
|
with:
|
|
|
|
|
tags: |
|
|
|
|
|
type=ref,enable=true,event=branch,suffix=-omnibus
|
|
|
|
@ -138,7 +138,7 @@ jobs:
|
|
|
|
|
# Build and push Docker image with Buildx (don't push on PR)
|
|
|
|
|
# https://github.com/docker/build-push-action
|
|
|
|
|
- name: Build and push Docker image
|
|
|
|
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
|
|
|
|
uses: docker/build-push-action@v3
|
|
|
|
|
with:
|
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
|
context: .
|
|
|
|
|