Ensure docker build
always uses latest node image
This commit is contained in:
parent
15abc20e83
commit
2b11057082
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
run: docker build . -f Dockerfile -t pairdrop
|
||||
run: docker build --pull . -f Dockerfile -t pairdrop
|
||||
|
|
Loading…
Reference in a new issue