diff --git a/.gitea/workflows/docker.10-dev.yaml b/.gitea/workflows/docker.10-dev.yaml index 87fab1b..55a6b07 100644 --- a/.gitea/workflows/docker.10-dev.yaml +++ b/.gitea/workflows/docker.10-dev.yaml @@ -30,7 +30,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to Docker Hub uses: docker/login-action@v2 diff --git a/.gitea/workflows/docker.10.yaml b/.gitea/workflows/docker.10.yaml index ca62b92..f5469ed 100644 --- a/.gitea/workflows/docker.10.yaml +++ b/.gitea/workflows/docker.10.yaml @@ -30,7 +30,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to Docker Hub uses: docker/login-action@v2 diff --git a/.gitea/workflows/docker.8-dev.yaml b/.gitea/workflows/docker.8-dev.yaml index d3e0dc4..99671b9 100644 --- a/.gitea/workflows/docker.8-dev.yaml +++ b/.gitea/workflows/docker.8-dev.yaml @@ -30,7 +30,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to Docker Hub uses: docker/login-action@v2 diff --git a/.gitea/workflows/docker.8.yaml b/.gitea/workflows/docker.8.yaml index 8d82c93..ec0b2f7 100644 --- a/.gitea/workflows/docker.8.yaml +++ b/.gitea/workflows/docker.8.yaml @@ -30,7 +30,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to Docker Hub uses: docker/login-action@v2 @@ -57,7 +56,7 @@ jobs: BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} PULL_URL=almalinux - DISTRO_VERSION=${IMAGE_VERSION} + DISTRO_VERSION=8 CONTAINER_VERSION= TIMEZONE=America/New_York LANGUAGE=en_US.UTF-8 diff --git a/.gitea/workflows/docker.9-dev.yaml b/.gitea/workflows/docker.9-dev.yaml index d4717e9..2591c49 100644 --- a/.gitea/workflows/docker.9-dev.yaml +++ b/.gitea/workflows/docker.9-dev.yaml @@ -30,7 +30,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to Docker Hub uses: docker/login-action@v2 diff --git a/.gitea/workflows/docker.9.yaml b/.gitea/workflows/docker.9.yaml index f7d43c8..76457f1 100644 --- a/.gitea/workflows/docker.9.yaml +++ b/.gitea/workflows/docker.9.yaml @@ -30,7 +30,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to Docker Hub uses: docker/login-action@v2 @@ -57,7 +56,7 @@ jobs: BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} PULL_URL=almalinux - DISTRO_VERSION=${IMAGE_VERSION} + DISTRO_VERSION=9 CONTAINER_VERSION= TIMEZONE=America/New_York LANGUAGE=en_US.UTF-8 diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/docker.yaml index 1f4ef49..fc7ad58 100644 --- a/.gitea/workflows/docker.yaml +++ b/.gitea/workflows/docker.yaml @@ -30,7 +30,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to Docker Hub uses: docker/login-action@v2 @@ -57,7 +56,7 @@ jobs: BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} PULL_URL=almalinux - DISTRO_VERSION=${IMAGE_VERSION} + DISTRO_VERSION=latest CONTAINER_VERSION=USE_DATE TIMEZONE=America/New_York LANGUAGE=en_US.UTF-8 @@ -84,4 +83,3 @@ jobs: tags: | docker.io/casjaysdev/almalinux:latest docker.io/casjaysdev/almalinux:${{ steps.meta.outputs.DATE_TAG }} - docker.io/casjaysdev/almalinux:${{ steps.meta.outputs.COMMIT_ID }} diff --git a/.github/workflows/docker.10-dev.yaml b/.github/workflows/docker.10-dev.yaml index a002e93..c3e84cd 100644 --- a/.github/workflows/docker.10-dev.yaml +++ b/.github/workflows/docker.10-dev.yaml @@ -31,7 +31,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/docker.10.yaml b/.github/workflows/docker.10.yaml index c2fd29c..f35c3a7 100644 --- a/.github/workflows/docker.10.yaml +++ b/.github/workflows/docker.10.yaml @@ -31,7 +31,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/docker.8-dev.yaml b/.github/workflows/docker.8-dev.yaml index c79a41f..85681f0 100644 --- a/.github/workflows/docker.8-dev.yaml +++ b/.github/workflows/docker.8-dev.yaml @@ -31,7 +31,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/docker.8.yaml b/.github/workflows/docker.8.yaml index 1a345be..2f9fb9d 100644 --- a/.github/workflows/docker.8.yaml +++ b/.github/workflows/docker.8.yaml @@ -31,7 +31,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry uses: docker/login-action@v3 @@ -58,7 +57,7 @@ jobs: BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} PULL_URL=almalinux - DISTRO_VERSION=${IMAGE_VERSION} + DISTRO_VERSION=8 CONTAINER_VERSION= TIMEZONE=America/New_York LANGUAGE=en_US.UTF-8 diff --git a/.github/workflows/docker.9-dev.yaml b/.github/workflows/docker.9-dev.yaml index 48bacb2..424d543 100644 --- a/.github/workflows/docker.9-dev.yaml +++ b/.github/workflows/docker.9-dev.yaml @@ -31,7 +31,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/docker.9.yaml b/.github/workflows/docker.9.yaml index 6c97475..c435561 100644 --- a/.github/workflows/docker.9.yaml +++ b/.github/workflows/docker.9.yaml @@ -31,7 +31,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry uses: docker/login-action@v3 @@ -58,7 +57,7 @@ jobs: BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} PULL_URL=almalinux - DISTRO_VERSION=${IMAGE_VERSION} + DISTRO_VERSION=9 CONTAINER_VERSION= TIMEZONE=America/New_York LANGUAGE=en_US.UTF-8 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 3d01f9e..7fb89c4 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -31,7 +31,6 @@ jobs: run: | echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry uses: docker/login-action@v3 @@ -58,7 +57,7 @@ jobs: BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} PULL_URL=almalinux - DISTRO_VERSION=${IMAGE_VERSION} + DISTRO_VERSION=latest CONTAINER_VERSION=USE_DATE TIMEZONE=America/New_York LANGUAGE=en_US.UTF-8 @@ -85,4 +84,3 @@ jobs: tags: | ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }} - ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.COMMIT_ID }}