Skip to content

Status-message consumer #799

Status-message consumer

Status-message consumer #799

Workflow file for this run

name: Notifications scan
on:
push:
branches: [ main ]
paths:
- 'src/**'
- 'Dockerfile'
pull_request:
branches: [ main ]
paths:
- 'src/**'
- 'Dockerfile'
schedule:
- cron: '0 8 * * 1,4'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --tag altinn-notifications:${{github.sha}}
- uses: Azure/[email protected]
with:
image-name: altinn-notifications:${{ github.sha }}
env:
DOCKLE_HOST: "unix:///var/run/docker.sock"