kopia lustrzana https://github.com/kartoza/docker-osm
Fix and Test for GitHub Action (#117)
* use context attributes for docker build * remove target attribute for docker buildpull/123/head
rodzic
514aad2921
commit
79680727de
|
@ -44,9 +44,8 @@ jobs:
|
|||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: docker-${{ matrix.component }}
|
||||
context: docker-${{ matrix.component }}
|
||||
push: true
|
||||
target: prod
|
||||
tags: ${{ secrets.DOCKERHUB_REPO }}/docker-osm:${{ matrix.component }}-latest
|
||||
cache-from: |
|
||||
type=gha,scope=prod
|
||||
|
|
Ładowanie…
Reference in New Issue