Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Ensure no redirect to HTTP happens (#53) #231

Ensure no redirect to HTTP happens (#53)

Ensure no redirect to HTTP happens (#53) #231

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-sonarscannermsbuild
default-latest-tag: false
additional-latest-tag-name: 7
default-unstable-tag: false
additional-unstable-tag-name: 7-unstable
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}