Skip to content

build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /backend #759

build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /backend

build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /backend #759

name: Build Container Image
on:
pull_request:
paths:
- 'backend/**'
- 'frontend/**'
- Makefile
- '.github/**'
- Dockerfile
jobs:
build:
name: Build Container Image
runs-on: ubuntu-22.04
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
- name: Check out code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Build image
env:
DOCKER_BUILDKIT: 1
run: |
cd $GITHUB_WORKSPACE
make container