Skip to content

Update ghcr.io/swissgrc/azure-pipelines-dotnet Docker tag to v8.0.303… #71

Update ghcr.io/swissgrc/azure-pipelines-dotnet Docker tag to v8.0.303…

Update ghcr.io/swissgrc/azure-pipelines-dotnet Docker tag to v8.0.303… #71

Workflow file for this run

name: Build
on:
push:
branches: [develop]
release:
types: [published]
pull_request:
branches: [develop]
jobs:
publish-image:
name: Build and push Docker image
uses: swissgrc/.github/.github/workflows/publish-image.yml@main
with:
image-name: swissgrc/azure-pipelines-azurecli
default-latest-tag: true
additional-latest-tag-name: latest-net8
default-unstable-tag: true
additional-unstable-tag-name: unstable-net8
release-tag-suffix: net8
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}