Ensure docker build always uses latest node image

This commit is contained in:
schlagmichdoch
2023-02-17 17:25:35 +01:00
committed by GitHub
parent 15abc20e83
commit 2b11057082

View File

@@ -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