mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Remove gchr.io comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user