forked from MTSR/mapserver
cache
This commit is contained in:
parent
cadce44274
commit
a1c0f6e42b
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: push-latest
|
name: docker
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@ -15,4 +15,5 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag_names: true
|
tag_names: true
|
||||||
|
cache: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user