We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddaa51 commit 4b15ed9Copy full SHA for 4b15ed9
1 file changed
.github/workflows/build-test-base.yml
@@ -26,11 +26,11 @@ jobs:
26
- uses: actions/checkout@v2
27
28
- 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 }}
+ uses: mr-smithers-excellent/docker-build-push@v5.6
+ with:
+ image: ${{ env.IMAGE_NAME }}
+ tags: latest
+ registry: ${{ env.REGISTRY }}
+ dockerfile: dev/docker-test-base/Dockerfile
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments