File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v4
2222
23- - name : Log in to Docker Hub
24- uses : docker/login-action@v3
25- with :
26- username : ${{ secrets.DOCKERHUB_USERNAME }}
27- password : ${{ secrets.DOCKERHUB_TOKEN }}
28-
2923 - name : Log in to GHCR
3024 uses : docker/login-action@v3
3125 with :
@@ -38,14 +32,12 @@ jobs:
3832 uses : docker/metadata-action@v5
3933 with :
4034 images : |
41- ${{ vars.DOCKER_ORG }}/ecs-deploy # the name needs to be static "ecs-deploy"
4235 ghcr.io/${{ github.repository_owner }}/ecs-deploy
4336 tags : |
4437 type=ref,event=branch
4538 type=semver,pattern={{version}}
4639 type=semver,pattern={{major.minor}}
4740
48-
4941 - name : Build and push Docker image
5042 uses : docker/build-push-action@v5
5143 with :
You can’t perform that action at this time.
0 commit comments