Skip to content

Merge pull request #14 from NBISweden/hot-fix/ingress #12

Merge pull request #14 from NBISweden/hot-fix/ingress

Merge pull request #14 from NBISweden/hot-fix/ingress #12

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
publish-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/nbisweden/bp-landing-pages:latest