diff --git a/.github/workflows/docker-publish-base.yml b/.github/workflows/docker-publish-base.yml index aaec2d9..0d6eb99 100644 --- a/.github/workflows/docker-publish-base.yml +++ b/.github/workflows/docker-publish-base.yml @@ -13,7 +13,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish base image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 08c2656..3931bbf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish communes image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -33,7 +33,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish dev image - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5beda7..79030dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish communes image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -35,7 +35,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish bep image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -52,7 +52,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish charleroi image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -69,7 +69,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish hainaut-prov image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -86,7 +86,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish lalouviere image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -103,7 +103,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish lalouviere-cpas image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -120,7 +120,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish liege image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -136,7 +136,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish mons image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -152,7 +152,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish namur image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | @@ -168,7 +168,7 @@ jobs: runs-on: gha-runners-delib steps: - name: Build and publish seraing image to harbor - uses: IMIO/gha/build-push-notify@v3.2 + uses: IMIO/gha/build-push-notify@v3.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | diff --git a/docker/docker-compose-dev.yml b/docker/docker-compose-dev.yml index 7b135c0..ea84b4a 100644 --- a/docker/docker-compose-dev.yml +++ b/docker/docker-compose-dev.yml @@ -1,7 +1,7 @@ version: '2.4' services: libreoffice: - image: imiobe/libreoffice:7.3 + image: harbor.imio.be/common/libreoffice:7.3 command: soffice --headless --norestore --accept="socket,host=libreoffice,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager" expose: - "2002" diff --git a/docker/docker-compose-minimal.yml b/docker/docker-compose-minimal.yml index 9655e53..da590c8 100644 --- a/docker/docker-compose-minimal.yml +++ b/docker/docker-compose-minimal.yml @@ -2,7 +2,7 @@ version: '2.4' services: libreoffice: - image: imiobe/libreoffice:7.3 + image: harbor.imio.be/common/libreoffice:7.3 command: soffice --headless --norestore --accept="socket,host=libreoffice,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager" expose: - "2002" diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index d99c197..47cfd29 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -2,7 +2,7 @@ version: '2.4' services: libreoffice: - image: imiobe/libreoffice:7.3 + image: harbor.imio.be/common/libreoffice:7.3 command: soffice --headless --norestore --accept="socket,host=libreoffice,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager" expose: - "2002"