Skip to content

Add redis

Add redis #12

Workflow file for this run

name: Docker Image CI
on:
# push:
# branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: botalovserg/app-bot-docker:latest