use absolute urls for actions
Build Container Image / build_amd64 (push) Successful in 52s Details
Build Container Image / publish_amd64 (push) Successful in 25s Details
Build Container Image / build_arm64 (push) Successful in 3m57s Details
Build Container Image / publish_arm64 (push) Successful in 32s Details
Build Container Image / build_riscv64 (push) Failing after 4m54s Details
Build Container Image / publish_riscv64 (push) Has been skipped Details
Build Container Image / build_armhf (push) Successful in 6m49s Details
Build Container Image / build_manifest (push) Has been skipped Details
Build Container Image / publish_armhf (push) Successful in 1m7s Details
Build Container Image / publish_manifest (push) Has been skipped Details

This commit is contained in:
Daniel Wolf 2023-10-11 19:49:45 -04:00
parent 7632772140
commit 02e492cd08
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 22 additions and 22 deletions

View File

@ -7,13 +7,13 @@ jobs:
runs-on: nephnet-amd64
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: https://gitea.com/actions/checkout@v3
- name: Docker Build
run: |
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-cached --target builder ${{ gitea.workspace }}
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-amd64 ${{ gitea.workspace }}
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
registry: code.nephatrine.net
username: ${{ gitea.actor }}
@ -21,7 +21,7 @@ jobs:
- name: Docker Push
run: docker push code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-amd64
- name: Notify Discord
uses: actions/discord-status@v1
uses: https://github.com/sarisia/actions-status-discord@v1
if: always()
with:
title: "Container Build (X86_64)"
@ -31,13 +31,13 @@ jobs:
runs-on: nephnet-arm64
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: https://gitea.com/actions/checkout@v3
- name: Docker Build
run: |
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-cached --target builder ${{ gitea.workspace }}
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-arm64v8 ${{ gitea.workspace }}
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
registry: code.nephatrine.net
username: ${{ gitea.actor }}
@ -45,7 +45,7 @@ jobs:
- name: Docker Push
run: docker push code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-arm64v8
- name: Notify Discord
uses: actions/discord-status@v1
uses: https://github.com/sarisia/actions-status-discord@v1
if: always()
with:
title: "Container Build (AARCH64)"
@ -55,13 +55,13 @@ jobs:
runs-on: nephnet-armhf
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: https://gitea.com/actions/checkout@v3
- name: Docker Build
run: |
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-cached --target builder ${{ gitea.workspace }}
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-armv7 ${{ gitea.workspace }}
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
registry: code.nephatrine.net
username: ${{ gitea.actor }}
@ -69,7 +69,7 @@ jobs:
- name: Docker Push
run: docker push code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-armv7
- name: Notify Discord
uses: actions/discord-status@v1
uses: https://github.com/sarisia/actions-status-discord@v1
if: always()
with:
title: "Container Build (ARMV7L)"
@ -79,13 +79,13 @@ jobs:
runs-on: nephnet-riscv64
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: https://gitea.com/actions/checkout@v3
- name: Docker Build
run: |
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-cached --target builder ${{ gitea.workspace }}
docker build --pull -t code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-riscv64 ${{ gitea.workspace }}
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
registry: code.nephatrine.net
username: ${{ gitea.actor }}
@ -93,7 +93,7 @@ jobs:
- name: Docker Push
run: docker push code.nephatrine.net/nephnet/nginx-ssl:${{ gitea.ref_name }}-riscv64
- name: Notify Discord
uses: actions/discord-status@v1
uses: https://github.com/sarisia/actions-status-discord@v1
if: always()
with:
title: "Container Build (RISCV64)"
@ -103,7 +103,7 @@ jobs:
runs-on: nephnet
steps:
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
registry: code.nephatrine.net
username: ${{ gitea.actor }}
@ -119,13 +119,13 @@ jobs:
steps:
- name: Check Base Image
if: github.event_name != 'push'
uses: actions/docker-base-image-check@v1.2.1
uses: https://github.com/lucacome/docker-image-update-checker@v1
id: checkbase
with:
base-image: nephatrine/alpine-s6:latest-amd64
image: nephatrine/nginx-ssl:latest-amd64
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
@ -135,7 +135,7 @@ jobs:
docker push nephatrine/nginx-ssl:latest-amd64
- name: Notify Discord
if: github.event_name == 'push' || steps.checkbase.outputs.needs-updating == 'true'
uses: actions/discord-status@v1
uses: https://github.com/sarisia/actions-status-discord@v1
with:
title: "DockerHub: nginx-ssl"
description: "The container image was pushed to [DockerHub](https://hub.docker.com/repository/docker/nephatrine/nginx-ssl/general).\nPull `nephatrine/nginx-ssl:latest-amd64` for the newest image."
@ -147,7 +147,7 @@ jobs:
runs-on: nephnet-arm64
steps:
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
@ -161,7 +161,7 @@ jobs:
runs-on: nephnet-armhf
steps:
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
@ -175,7 +175,7 @@ jobs:
runs-on: nephnet-riscv64
steps:
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
@ -188,7 +188,7 @@ jobs:
runs-on: nephnet
steps:
- name: Docker Login
uses: actions/docker-login@v2
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
@ -203,9 +203,9 @@ jobs:
docker manifest push --purge nephatrine/nginx-ssl:1
docker manifest push --purge nephatrine/nginx-ssl:latest
- name: Checkout Repository
uses: actions/checkout@v3
uses: https://gitea.com/actions/checkout@v3
- name: Docker Describe
uses: actions/dockerhub-update-description@v3
uses: https://github.com/peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}