diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ec6ac47..03c58bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,9 +14,9 @@ jobs: uses: swissgrc/.github/.github/workflows/publish-image.yml@main with: image-name: swissgrc/azure-pipelines-azurecli - default-latest-tag: true + default-latest-tag: false additional-latest-tag-name: latest-net8 - default-unstable-tag: true + default-unstable-tag: false additional-unstable-tag-name: unstable-net8 release-tag-suffix: net8 secrets: diff --git a/README.md b/README.md index 8a43c5a..bc91f20 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,8 @@ The following example shows the container used for a deployment step with a Azur | Tag | Description | Base Image | Azure CLI | Size | |---------------|-----------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------| -| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:8.0.404 | 2.67.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest?style=flat-square) | -| latest-net8 | Identical to `latest` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest-net8?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:8.0.404 | 2.67.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) | -| unstable-net8 | Identical to `unstable` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable-net8?style=flat-square) | +| latest-net8 | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:8.0.404 | 2.67.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest?style=flat-square) | +| unstable-net8 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:8.0.404 | 2.67.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) | | 2.55.0-net8 | [Azure CLI 2.55.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#december-05-2023) | swissgrc/azure-pipelines-dotnet:8.0.100 | 2.55.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.55.0-net8?style=flat-square) | | 2.56.0-net8 | [Azure CLI 2.56.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#january-09-2024) | swissgrc/azure-pipelines-dotnet:8.0.101 | 2.56.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.56.0-net8?style=flat-square) | | 2.57.0-net8 | [Azure CLI 2.57.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#february-06-2024) | swissgrc/azure-pipelines-dotnet:8.0.200 | 2.57.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.57.0-net8?style=flat-square) |