This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Merge tag '6.0.425' into develop #547
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-dotnet | |
default-latest-tag: false | |
additional-latest-tag-name: 6 | |
default-unstable-tag: false | |
additional-unstable-tag-name: 6-unstable | |
secrets: | |
gh-token: ${{ secrets.GITHUB_TOKEN }} | |
docker-username: ${{ secrets.DOCKER_USERNAME }} | |
docker-password: ${{ secrets.DOCKER_PASSWORD }} |