mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 04:32:15 +01:00
ci(edge): fix wrong repository and tag
This commit is contained in:
12
.github/workflows/continuous-integration.yml
vendored
12
.github/workflows/continuous-integration.yml
vendored
@@ -206,9 +206,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
version: pr-${{ github.event.pull_request.number }}
|
version: edge
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
alternate_repository: snapshot
|
|
||||||
|
|
||||||
edge_386:
|
edge_386:
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
@@ -229,9 +228,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
version: pr-${{ github.event.pull_request.number }}
|
version: edge
|
||||||
platform: linux/386
|
platform: linux/386
|
||||||
alternate_repository: snapshot
|
|
||||||
|
|
||||||
edge_arm64:
|
edge_arm64:
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
@@ -252,9 +250,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
version: pr-${{ github.event.pull_request.number }}
|
version: edge
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
alternate_repository: snapshot
|
|
||||||
|
|
||||||
edge_arm_v7:
|
edge_arm_v7:
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
@@ -275,9 +272,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
version: pr-${{ github.event.pull_request.number }}
|
version: edge
|
||||||
platform: linux/arm/v7
|
platform: linux/arm/v7
|
||||||
alternate_repository: snapshot
|
|
||||||
|
|
||||||
merge_clean_edge_tags:
|
merge_clean_edge_tags:
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user