Skip to content

Update Prometheus, NATS and GW CE images #37

Update Prometheus, NATS and GW CE images

Update Prometheus, NATS and GW CE images #37

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
- name: Make publish
run: make publish
- name: Upload release binaries
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./bin/faasd*"]'