Skip to content

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #37

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #37

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@v4
- 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 .