Skip to content

Merge pull request #28 from NBISweden/dependabot/github_actions/azure… #23

Merge pull request #28 from NBISweden/dependabot/github_actions/azure…

Merge pull request #28 from NBISweden/dependabot/github_actions/azure… #23

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
publish-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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