Skip to content

Added environment variable for using service account credentials #105

Added environment variable for using service account credentials

Added environment variable for using service account credentials #105

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@v6
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