Skip to content

Update docker ignore #29

Update docker ignore

Update docker ignore #29

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
build-image:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v3
- name: Login to Docker container registry
uses: docker/[email protected]
with:
registry: arkivverket.azurecr.io
username: ${{ secrets.ARKIVVERKET_AZURE_REGISTRY_USERNAME }}
password: ${{ secrets.ARKIVVERKET_AZURE_REGISTRY_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
install: true
- name: Build Docker Image
run: >
docker build
--tag ${{ format('schemas-{0}', github.sha) }}
--load .