Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 10, 2020
1 parent 349aa8b commit acf37ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Docker Build
name: build

on:
push:
branches:
- "*"
push_request:
pull_request:
branches:
- "*"

Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/go.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Tagged Build
name: publish

on:
push:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ghcr.io/openfaas/nats-connector:${{ steps.get_tag.outputs.TAG }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
tags: |
ghcr.io/openfaas/nats-connector:${{ github.sha }}
ghcr.io/openfaas/nats-connector:${{ steps.get_tag.outputs.TAG }}
ghcr.io/openfaas/nats-connector:latest

0 comments on commit acf37ee

Please sign in to comment.