chg: Do not push docker image to docker hub

Use package from github instead.
pull/442/head
Raphaël Vinot 2022-06-09 16:25:07 +02:00 committed by GitHub
parent 77b1970991
commit 447d16d942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Push to docker hub
on: [push]
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: lookyloo/lookyloo
tags: latest