build: fix typo
This commit is contained in:
parent
5b2365e925
commit
d9d3dd6bf7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkoutv4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker build . -t git.kemitix.net/kemitix/rust:latest
|
run: docker build . -t git.kemitix.net/kemitix/rust:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue