diff --git a/.github/workflows/build-latest-container-images.yaml b/.github/workflows/build-latest-container-images.yaml index 981fce4..2f336d7 100644 --- a/.github/workflows/build-latest-container-images.yaml +++ b/.github/workflows/build-latest-container-images.yaml @@ -42,21 +42,12 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - ## Can be enabled in the future - # - name: Log in to GitHub Container Registry - # uses: docker/login-action@v1 - # with: - # registry: gchr.io - # username: ${{ github.repository_owner }} - # password: ${{ secrets.GITHUB_TOKEN }} - name: 'Apache variant metadata' id: metadata-apache uses: docker/metadata-action@v3 with: images: | docker.io/martialblog/limesurvey - ## Can be enabled in the future - # ghcr.io/martialblog/limesurvey tags: | type=semver,pattern={{raw}},suffix=-apache type=semver,pattern={{major}},suffix=-apache @@ -76,8 +67,6 @@ jobs: with: images: | docker.io/martialblog/limesurvey - ## Can be enabled in the future - # ghcr.io/martialblog/limesurvey tags: | type=semver,pattern={{version}},suffix=-fpm type=semver,pattern={{major}},suffix=-fpm @@ -95,8 +84,6 @@ jobs: with: images: | docker.io/martialblog/limesurvey - ## Can be enabled in the future - # ghcr.io/martialblog/limesurvey tags: | type=semver,pattern={{version}},suffix=-fpm-alpine type=semver,pattern={{major}},suffix=-fpm-alpine diff --git a/.github/workflows/build-lts-container-images.yaml b/.github/workflows/build-lts-container-images.yaml index 3ddf6c6..7087817 100644 --- a/.github/workflows/build-lts-container-images.yaml +++ b/.github/workflows/build-lts-container-images.yaml @@ -42,22 +42,12 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - ## Can be enabled in the future - # - name: Log in to GitHub Container Registry - # uses: docker/login-action@v1 - # with: - # registry: gchr.io - # username: ${{ github.repository_owner }} - # password: ${{ secrets.GITHUB_TOKEN }} - - name: 'Apache variant metadata' id: metadata-apache uses: docker/metadata-action@v3 with: images: | docker.io/martialblog/limesurvey - ## Can be enabled in the future - # ghcr.io/martialblog/limesurvey tags: | type=semver,pattern={{raw}},suffix=-apache type=semver,pattern={{major}},suffix=-apache @@ -77,8 +67,6 @@ jobs: with: images: | docker.io/martialblog/limesurvey - ## Can be enabled in the future - # ghcr.io/martialblog/limesurvey tags: | type=semver,pattern={{version}},suffix=-fpm type=semver,pattern={{major}},suffix=-fpm @@ -96,8 +84,6 @@ jobs: with: images: | docker.io/martialblog/limesurvey - ## Can be enabled in the future - # ghcr.io/martialblog/limesurvey tags: | type=semver,pattern={{version}},suffix=-fpm-alpine type=semver,pattern={{major}},suffix=-fpm-alpine