Revert "Temp init repo"

This reverts commit f4a42622e6.
This commit is contained in:
Ettore Di Giacinto
2022-08-18 06:06:20 +00:00
parent 5a4917bb24
commit 9fc6097e87

View File

@@ -24,21 +24,21 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
# - name: Download meta 🔧
# uses: luet-lab/luet-github-action@master
# with:
# FINAL_REPO: quay.io/c3os/packages-arm64
# REPOSITORY_TYPE: docker
# downloadAllMeta: true
# downloadFromList: true
# downloadMeta: true
- name: Download meta 🔧
uses: luet-lab/luet-github-action@master
with:
FINAL_REPO: quay.io/c3os/packages-arm64
REPOSITORY_TYPE: docker
downloadAllMeta: true
downloadFromList: true
downloadMeta: true
- name: Build packages 🔧
uses: luet-lab/luet-github-action@master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
build: true
fromIndex: false
onlyMissing: false
fromIndex: true
onlyMissing: true
buildx: true
platform: linux/arm/v8
FINAL_REPO: quay.io/c3os/packages-arm64