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

⬆️ Bump docker/build-push-action from 5.1.0 to 6.3.0 #39

⬆️ Bump docker/build-push-action from 5.1.0 to 6.3.0

⬆️ Bump docker/build-push-action from 5.1.0 to 6.3.0 #39

Workflow file for this run

---
name: Build and Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build Image
id: build_image
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
with:
push: false
load: true
tags: ollamate
# - name: Run Python Tests
# id: run_python_tests
# run: |
# docker compose --file contrib/docker-compose-test.yml run --rm interfaces
# env:
# NETWORK: default
# IMAGE_TAG: dashboard