···
type=raw,value=latest,enable={{is_default_branch}}
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
type=schedule,pattern=nightly
type=raw,prefix=branch-,value={{branch}}
- uses: hadolint/hadolint-action@v3.1.0
dockerfile: docker/Dockerfile
···
uses: docker/login-action@v2
-
username: ${{ secrets.RHQCR_BOT_USERNAME }}
-
password: ${{ secrets.RHQCR_BOT_TOKEN }}
# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
···
ghcr.io/${{ env.IMAGE_NAME }}/devenv
type=raw,value=latest,enable={{is_default_branch}}
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
type=schedule,pattern=nightly
type=raw,prefix=branch-,value={{branch}}
- uses: hadolint/hadolint-action@v3.1.0
···
type=raw,value=latest,enable={{is_default_branch}}
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
type=schedule,pattern=nightly
+
type=schedule,prefix=nightly-,pattern={{date 'YYYYMMDDhhmmss'}}
type=raw,prefix=branch-,value={{branch}}
- uses: hadolint/hadolint-action@v3.1.0
dockerfile: docker/Dockerfile
···
uses: docker/login-action@v2
+
password: ${{ secrets.RHQCR_PASSWORD }}
# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
···
ghcr.io/${{ env.IMAGE_NAME }}/devenv
+
quay.io/gitpodified-workspace-images/mkdocs-deps
type=raw,value=latest,enable={{is_default_branch}}
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
type=schedule,pattern=nightly
+
type=schedule,prefix=nightly-,pattern={{date 'YYYYMMDDhhmmss'}}
type=raw,prefix=branch-,value={{branch}}
- uses: hadolint/hadolint-action@v3.1.0