mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
Ensure docker build always uses latest node image
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user