Skip to content

Added support for generating "salt" for the bot config #24

Added support for generating "salt" for the bot config

Added support for generating "salt" for the bot config #24

Workflow file for this run

name: Push Alpine Dev Image for 2.0.0
on:
push:
branches:
- 'feature/2.0.0'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
with:
target: production
sbom: True
provenance: True
file: Dockerfile
push: true
tags: orenlab/pytmbot:2.0.0-alpine-dev