Skip to content

update submodule

update submodule #20

Workflow file for this run

name: packages
on:
push:
branches:
- main
tags:
- "*"
workflow_dispatch:
jobs:
docker-build-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Log in to the Container registry
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.6.0
with:
images: ghcr.io/FAIRiCUBE/browser
- name: Copy config.js
run: |
cp config.js stac-browser/config.js
- name: Build and push Docker image
uses: docker/build-push-action@v4.1.1
with:
context: stac-browser
file: stac-browser/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
catalogURL=https://stacapi.eoxhub.fairicube.eu/