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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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