Skip to content

Update Dockerfile to use ubuntu 22.04 #157

Update Dockerfile to use ubuntu 22.04

Update Dockerfile to use ubuntu 22.04 #157

name: Publish Docker image
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Check out repository
uses: actions/checkout@v2
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: cealist/n2d2:latest