Skip to content

Commit 4b15ed9

Browse files
committed
ci: fix base test docker image
1 parent 7ddaa51 commit 4b15ed9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-test-base.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
- name: Docker Build & Push Action
29-
uses: mr-smithers-excellent/docker-build-push@v5.6
30-
with:
31-
image: ${{ env.IMAGE_NAME }}
32-
tags: latest
33-
registry: ${{ env.REGISTRY }}
34-
dockerfile: dev/docker-test-base/Dockerfile
35-
username: ${{ github.actor }}
36-
password: ${{ secrets.GITHUB_TOKEN }}
29+
uses: mr-smithers-excellent/docker-build-push@v5.6
30+
with:
31+
image: ${{ env.IMAGE_NAME }}
32+
tags: latest
33+
registry: ${{ env.REGISTRY }}
34+
dockerfile: dev/docker-test-base/Dockerfile
35+
username: ${{ github.actor }}
36+
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)