Skip to content

Commit 487c1cf

Browse files
committed
WIP: testing basic github action x2
1 parent ce878d0 commit 487c1cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Build container
22-
run: docker build -t ghcr.io/diffCheckOrg/diffCheck-windows:latest ${{ github.workspace }}/tests/dockerfiles/windows
22+
run: docker build -t ghcr.io/diffCheckOrg/diffcheck-windows:latest ${{ github.workspace }}/tests/dockerfiles/windows
2323
- name: Push
24-
run: docker push ghcr.io/diffCheckOrg/diffCheck-windows:latest
24+
run: docker push ghcr.io/diffCheckOrg/diffcheck-windows:latest
2525

2626
configure-and-build:
2727
needs: build-container
2828
runs-on: ubuntu-latest
2929
container:
30-
image: ghcr.io/diffCheckOrg/diffCheck-windows:latest
30+
image: ghcr.io/diffCheckOrg/diffcheck-windows:latest
3131
steps:
3232
- uses: actions/checkout@v4
3333
with:

0 commit comments

Comments
 (0)