Skip to content

add future package to base image #14

add future package to base image

add future package to base image #14

Workflow file for this run

name: Build and Publish
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build and push image
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u aberhrml --password-stdin
docker build . --file xcms-r/Dockerfile --tag ghcr.io/aberhrml/xcms-r:latest
docker push ghcr.io/aberhrml/xcms-r:latest