Skip to content

Commit 664bed4

Browse files
committed
fix build workflows
1 parent 61e67e8 commit 664bed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deployment-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
username: ${{ secrets.DOCKER_HUB_USER }}
1919
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2020
- name: Build test image
21-
- uses: docker/build-push-action@v2
21+
uses: docker/build-push-action@v2
2222
with:
2323
tags: metacpan/metacpan-web:test
2424
target: test

.github/workflows/build-production-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
username: ${{ secrets.DOCKER_HUB_USER }}
1818
password: ${{ secrets.DOCKER_HUB_TOKEN }}
1919
- name: Build test image
20-
- uses: docker/build-push-action@v2
20+
uses: docker/build-push-action@v2
2121
with:
2222
tags: metacpan/metacpan-web:test
2323
target: test

0 commit comments

Comments
 (0)