Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jun 9, 2023
1 parent dc9863f commit 9b1cdde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 79 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/default.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: docker-build
name: Docker Build

on:
pull_request:
branches:
- main
- test
- classic
push:
branches:
- main
- test
- classic
tags:
- 'v*'
Expand Down Expand Up @@ -66,9 +64,9 @@ jobs:

github-token: ${{ secrets.GITHUB_TOKEN }}
images: |
${{ steps.login-ecr.outputs.registry }}/fcd
${{ steps.login-ecr.outputs.registry }}/{{ github.event.repository.name }}
ghcr.io/${{ github.repository }}
terraformlabs/fcd
terraformlabs/{{ github.event.repository.name }}
tags: |
type=sha
type=edge,branch=test
Expand Down

0 comments on commit 9b1cdde

Please sign in to comment.