Update ghcr.io/swissgrc/azure-pipelines-azurecli Docker tag to v2.64.0 #783
Workflow file for this run
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-terraform | |
secrets: | |
gh-token: ${{ secrets.GITHUB_TOKEN }} | |
docker-username: ${{ secrets.DOCKER_USERNAME }} | |
docker-password: ${{ secrets.DOCKER_PASSWORD }} |