Skip to content

Merge pull request #39 from awbn/dependabot/github_actions/actions/ch… #94

Merge pull request #39 from awbn/dependabot/github_actions/actions/ch…

Merge pull request #39 from awbn/dependabot/github_actions/actions/ch… #94

Workflow file for this run

name: Build and test container image
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
-
name: Build
id: docker_build
uses: docker/build-push-action@v5
with:
context: .
load: true
platforms: linux/amd64
tags: awbn/gyb-test
-
name: Test
uses: plexsystems/[email protected]
with:
image: awbn/gyb-test:latest
config: test/tests.yml