Skip to content

fix: do not print the response writer #13

fix: do not print the response writer

fix: do not print the response writer #13

Workflow file for this run

name: Build and publish container
on:
push:
branches: [master, main]
workflow_dispatch:
inputs:
reason:
description: "Why ?"
required: false
default: ""
jobs:
balena_cloud_build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [aarch64, amd64, armv7hf]
steps:
- uses: actions/checkout@v3
- uses: balena-io/deploy-to-balena-action@master
id: build
with:
balena_token: ${{ secrets.BALENA_TOKEN }}
fleet: arribada/notecard-go-${{ matrix.arch }}
- name: Log release ID built
run: echo "Built release ID ${{ steps.build.outputs.release_id }}"