Fix and Test for GitHub Action (#117)

* use context attributes for docker build
* remove target attribute for docker build
pull/123/head
Rizky Maulana Nugraha 2021-09-07 17:17:15 +07:00 zatwierdzone przez GitHub
rodzic 514aad2921
commit 79680727de
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

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