Ensure `docker build` always uses latest node image
This commit is contained in:
parent
15abc20e83
commit
2b11057082
|
@ -15,4 +15,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build . -f Dockerfile -t pairdrop
|
run: docker build --pull . -f Dockerfile -t pairdrop
|
||||||
|
|
Loading…
Reference in New Issue