We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9863f commit 9b1cddeCopy full SHA for 9b1cdde
.github/workflows/default.yml
.github/workflows/docker.yml
@@ -1,15 +1,13 @@
1
-name: docker-build
+name: Docker Build
2
3
on:
4
pull_request:
5
branches:
6
- main
7
- - test
8
- classic
9
push:
10
11
12
13
14
tags:
15
- 'v*'
@@ -66,9 +64,9 @@ jobs:
66
64
67
65
github-token: ${{ secrets.GITHUB_TOKEN }}
68
images: |
69
- ${{ steps.login-ecr.outputs.registry }}/fcd
+ ${{ steps.login-ecr.outputs.registry }}/{{ github.event.repository.name }}
70
ghcr.io/${{ github.repository }}
71
- terraformlabs/fcd
+ terraformlabs/{{ github.event.repository.name }}
72
tags: |
73
type=sha
74
type=edge,branch=test
0 commit comments