Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Apr 20, 2024
1 parent 29ca8b4 commit 384c5f1
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: build_and_test
run: ./build-all
env:
VERSION: ${{ env.VERSION }}-${{ env.DOCKERREVISION }}
VERSION: ${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}

build-and-push-pg:
needs: test
Expand Down Expand Up @@ -57,8 +57,8 @@ jobs:
yadd/lemonldap-ng-pg-database:latest
yadd/lemonldap-ng-pg-database:stable
yadd/lemonldap-ng-pg-database:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-pg-database:${{ env.PGVERSION }}
yadd/lemonldap-ng-pg-database:${{ env.PGVERSION }}-${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-pg-database:${{ github.env.PGVERSION }}
yadd/lemonldap-ng-pg-database:${{ github.env.PGVERSION }}-${{ github.env.DEBIANRELEASE }}
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:
yadd/lemonldap-ng-base:latest
yadd/lemonldap-ng-base:stable
yadd/lemonldap-ng-base:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-base:${{ env.VERSION }}-${{ env.DOCKERREVISION }}
yadd/lemonldap-ng-base:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-base:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}
yadd/lemonldap-ng-base:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand Down Expand Up @@ -151,8 +151,8 @@ jobs:
yadd/lemonldap-ng-portal:latest
yadd/lemonldap-ng-portal:stable
yadd/lemonldap-ng-portal:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-portal:${{ env.VERSION }}-${{ env.DOCKERREVISION }}
yadd/lemonldap-ng-portal:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-portal:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}
yadd/lemonldap-ng-portal:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand Down Expand Up @@ -199,8 +199,8 @@ jobs:
yadd/lemonldap-ng-cron:latest
yadd/lemonldap-ng-cron:stable
yadd/lemonldap-ng-cron:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-cron:${{ env.VERSION }}-${{ env.DOCKERREVISION }}
yadd/lemonldap-ng-cron:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-cron:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}
yadd/lemonldap-ng-cron:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand Down Expand Up @@ -247,8 +247,8 @@ jobs:
yadd/lemonldap-ng-manager:latest
yadd/lemonldap-ng-manager:stable
yadd/lemonldap-ng-manager:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-manager:${{ env.VERSION }}-${{ env.DOCKERREVISION }}
yadd/lemonldap-ng-manager:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-manager:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}
yadd/lemonldap-ng-manager:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand Down Expand Up @@ -295,8 +295,8 @@ jobs:
yadd/lemonldap-ng-full:latest
yadd/lemonldap-ng-full:stable
yadd/lemonldap-ng-full:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-full:${{ env.VERSION }}-${{ env.DOCKERREVISION }}
yadd/lemonldap-ng-full:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-full:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}
yadd/lemonldap-ng-full:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand Down Expand Up @@ -343,8 +343,8 @@ jobs:
yadd/lemonldap-ng-ssoaas-fastcgi-server:latest
yadd/lemonldap-ng-ssoaas-fastcgi-server:stable
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ env.VERSION }}-${{ env.DOCKERREVISION }}
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand All @@ -368,8 +368,8 @@ jobs:
env:
TAG_NAME: |
latest
${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ steps.date.outputs.date }}
${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ steps.date.outputs.date }}-${{ env.DEBIANRELEASE }}
${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ steps.date.outputs.date }}
${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ steps.date.outputs.date }}-${{ github.env.DEBIANRELEASE }}
- name: Checkout code
uses: actions/checkout@v3
- name: Set up QEMU
Expand All @@ -390,7 +390,7 @@ jobs:
tags: |
yadd/lemonldap-ng-dev:latest
yadd/lemonldap-ng-dev:${{ steps.date.outputs.date }}
yadd/lemonldap-ng-dev:${{ env.DEBIANRELEASE }}
yadd/lemonldap-ng-dev:${{ github.env.DEBIANRELEASE }}
build-and-push-base-no-s6:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -425,8 +425,8 @@ jobs:
yadd/lemonldap-ng-base:latest-no-s6
yadd/lemonldap-ng-base:stable-no-s6
yadd/lemonldap-ng-base:${{ steps.date.outputs.date }}-no-s6
yadd/lemonldap-ng-base:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-base:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}-no-s6
yadd/lemonldap-ng-base:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-base:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}-no-s6
build-and-push-portal-no-s6:
needs: build-and-push-base-no-s6
Expand Down Expand Up @@ -463,8 +463,8 @@ jobs:
yadd/lemonldap-ng-portal:latest-no-s6
yadd/lemonldap-ng-portal:stable-no-s6
yadd/lemonldap-ng-portal:${{ steps.date.outputs.date }}-no-s6
yadd/lemonldap-ng-portal:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-portal:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}-no-s6
yadd/lemonldap-ng-portal:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-portal:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}-no-s6
build-and-push-cron-no-s6:
needs: build-and-push-base-no-s6
Expand Down Expand Up @@ -501,8 +501,8 @@ jobs:
yadd/lemonldap-ng-cron:latest-no-s6
yadd/lemonldap-ng-cron:stable-no-s6
yadd/lemonldap-ng-cron:${{ steps.date.outputs.date }}-no-s6
yadd/lemonldap-ng-cron:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-cron:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}-no-s6
yadd/lemonldap-ng-cron:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-cron:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}-no-s6
build-and-push-manager-no-s6:
needs: build-and-push-base-no-s6
Expand Down Expand Up @@ -539,8 +539,8 @@ jobs:
yadd/lemonldap-ng-manager:latest-no-s6
yadd/lemonldap-ng-manager:stable-no-s6
yadd/lemonldap-ng-manager:${{ steps.date.outputs.date }}-no-s6
yadd/lemonldap-ng-manager:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-manager:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}-no-s6
yadd/lemonldap-ng-manager:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-manager:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}-no-s6
build-and-push-full-no-s6:
needs: build-and-push-portal-no-s6
Expand Down Expand Up @@ -577,8 +577,8 @@ jobs:
yadd/lemonldap-ng-full:latest-no-s6
yadd/lemonldap-ng-full:stable-no-s6
yadd/lemonldap-ng-full:${{ steps.date.outputs.date }}-no-s6
yadd/lemonldap-ng-full:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-full:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}-no-s6
yadd/lemonldap-ng-full:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-full:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}-no-s6
build-and-push-ssoaas-fastcgi-server-no-s6:
needs: build-and-push-base-no-s6
Expand Down Expand Up @@ -615,5 +615,5 @@ jobs:
yadd/lemonldap-ng-ssoaas-fastcgi-server:latest-no-s6
yadd/lemonldap-ng-ssoaas-fastcgi-server:stable-no-s6
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ steps.date.outputs.date }}-no-s6
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ env.VERSION }}-${{ env.DOCKERREVISION }}-${{ env.DEBIANRELEASE }}-no-s6
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-no-s6
yadd/lemonldap-ng-ssoaas-fastcgi-server:${{ github.env.VERSION }}-${{ github.env.DOCKERREVISION }}-${{ github.env.DEBIANRELEASE }}-no-s6

0 comments on commit 384c5f1

Please sign in to comment.