From 9ce17b8cc8264e58895370cb2e335d734542d3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Ara=C3=BAjo?= Date: Thu, 18 Jan 2024 15:19:16 -0300 Subject: [PATCH] Updated Docker information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- .github/workflows/deploy-docker-tag.yml | 2 +- .github/workflows/deploy-image.yml | 2 +- .github/workflows/docker-slim.yml | 8 ++++---- Dockerfile | 2 +- README.md | 6 +++--- docker-compose.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-docker-tag.yml b/.github/workflows/deploy-docker-tag.yml index 188dc5272b5e..8e0046f8b813 100644 --- a/.github/workflows/deploy-docker-tag.yml +++ b/.github/workflows/deploy-docker-tag.yml @@ -23,7 +23,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: amirpourmand/al-folio + images: georgegca/multi-language-al-folio - name: Login uses: docker/login-action@v2 diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 72d2ac47dc88..1b2451057594 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -31,4 +31,4 @@ jobs: context: . push: true platforms: linux/amd64,linux/arm64/v8 - tags: george-gca/multi-language-al-folio + tags: georgegca/multi-language-al-folio diff --git a/.github/workflows/docker-slim.yml b/.github/workflows/docker-slim.yml index aafb5624d052..94e3ca7ddaea 100644 --- a/.github/workflows/docker-slim.yml +++ b/.github/workflows/docker-slim.yml @@ -15,7 +15,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.repository_owner == 'alshedivat' + if: github.repository_owner == 'george-gca' defaults: run: @@ -34,7 +34,7 @@ jobs: - name: update docker-compose shell: bash run: | - sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml + sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml cat ${{ github.workspace }}/docker-compose.yml - uses: kitabisa/docker-slim-action@v1.0.3 @@ -44,8 +44,8 @@ jobs: DSLIM_TARGET_COMPOSE_SVC: jekyll DSLIM_CONTINUE_AFTER: signal with: - target: amirpourmand/al-folio + target: georgegca/multi-language-al-folio tag: "slim" # Push to the registry - - run: docker image push amirpourmand/al-folio:slim + - run: docker image push georgegca/multi-language-al-folio:slim diff --git a/Dockerfile b/Dockerfile index e55a99f998ba..f28396e1d898 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:latest ENV DEBIAN_FRONTEND noninteractive -Label MAINTAINER Amir Pourmand +Label MAINTAINER George Araújo RUN apt-get update -y && apt-get install -y --no-install-recommends \ locales \ diff --git a/README.md b/README.md index efaf2b9f5bd4..79feb4fa247c 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ [![deploy](https://github.com/george-gca/multi-language-al-folio/actions/workflows/deploy.yml/badge.svg)](https://github.com/george-gca/multi-language-al-folio/actions/workflows/deploy.yml) [![Maintainers](https://img.shields.io/badge/maintainers-4-success.svg)](#maintainers) [![GitHub contributors](https://img.shields.io/github/contributors/alshedivat/al-folio.svg)](https://github.com/alshedivat/al-folio/graphs/contributors/) -[![Docker Image Version](https://img.shields.io/docker/v/amirpourmand/al-folio?sort=semver&label=docker%20image&color=blueviolet)](https://hub.docker.com/r/amirpourmand/al-folio) -[![Docker Image Size](https://img.shields.io/docker/image-size/amirpourmand/al-folio?sort=date&label=docker%20image%20size&color=blueviolet)](https://hub.docker.com/r/amirpourmand/al-folio) -[![Docker Pulls](https://img.shields.io/docker/pulls/amirpourmand/al-folio?color=blueviolet)](https://hub.docker.com/r/amirpourmand/al-folio) +[![Docker Image Version](https://img.shields.io/docker/v/georgegca/multi-language-al-folio?sort=semver&label=docker%20image&color=blueviolet)](https://hub.docker.com/r/georgegca/multi-language-al-folio) +[![Docker Image Size](https://img.shields.io/docker/image-size/georgegca/multi-language-al-folio?sort=date&label=docker%20image%20size&color=blueviolet)](https://hub.docker.com/r/georgegca/multi-language-al-folio) +[![Docker Pulls](https://img.shields.io/docker/pulls/georgegca/multi-language-al-folio?color=blueviolet)](https://hub.docker.com/r/georgegca/multi-language-al-folio) [![GitHub release](https://img.shields.io/github/v/release/alshedivat/al-folio)](https://github.com/alshedivat/al-folio/releases/latest) [![GitHub license](https://img.shields.io/github/license/george-gca/multi-language-al-folio?color=blue)](https://github.com/george-gca/multi-language-al-folio/blob/master/LICENSE) diff --git a/docker-compose.yml b/docker-compose.yml index b1dde4ce78e4..71db9b6adec2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" # this file uses prebuilt image in dockerhub services: jekyll: - image: amirpourmand/al-folio:latest + image: georgegca/multi-language-al-folio:latest build: . ports: - 8080:8080