Skip to content

Update tickers.txt

Update tickers.txt #6

Workflow file for this run

name: Docker Image Build and run
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
-
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: stell0/financealerts:latest
- name: Run the Docker container
run: docker run stell0/financealerts:latest