Skip to content

Commit 9b1cdde

Browse files
author
gregnuj
committed
update github action
1 parent dc9863f commit 9b1cdde

File tree

2 files changed

+3
-79
lines changed

2 files changed

+3
-79
lines changed

.github/workflows/default.yml

-74
This file was deleted.

.github/workflows/docker.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
name: docker-build
1+
name: Docker Build
22

33
on:
44
pull_request:
55
branches:
66
- main
7-
- test
87
- classic
98
push:
109
branches:
1110
- main
12-
- test
1311
- classic
1412
tags:
1513
- 'v*'
@@ -66,9 +64,9 @@ jobs:
6664

6765
github-token: ${{ secrets.GITHUB_TOKEN }}
6866
images: |
69-
${{ steps.login-ecr.outputs.registry }}/fcd
67+
${{ steps.login-ecr.outputs.registry }}/{{ github.event.repository.name }}
7068
ghcr.io/${{ github.repository }}
71-
terraformlabs/fcd
69+
terraformlabs/{{ github.event.repository.name }}
7270
tags: |
7371
type=sha
7472
type=edge,branch=test

0 commit comments

Comments
 (0)