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
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
file: docker-${{ matrix.component }}
|
context: docker-${{ matrix.component }}
|
||||||
push: true
|
push: true
|
||||||
target: prod
|
|
||||||
tags: ${{ secrets.DOCKERHUB_REPO }}/docker-osm:${{ matrix.component }}-latest
|
tags: ${{ secrets.DOCKERHUB_REPO }}/docker-osm:${{ matrix.component }}-latest
|
||||||
cache-from: |
|
cache-from: |
|
||||||
type=gha,scope=prod
|
type=gha,scope=prod
|
||||||
|
|
Ładowanie…
Reference in New Issue