Skip to content

build: automatic update of reddit-clone #45

build: automatic update of reddit-clone

build: automatic update of reddit-clone #45

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish to Registry
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: 100180/redditclone
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}