Skip to content

Update rate_limiter.py #7

Update rate_limiter.py

Update rate_limiter.py #7

Workflow file for this run

name: Deploy ghcr.io image
on:
push:
branches:
- main
jobs:
Deploy:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to ghcr.io
uses: docker/login-action@v3
with:
registry: ghcr.io
username: DevMatei
password: ${{ secrets.GHCR_TOKEN }}
- name: Build and Push Docker image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
ghcr.io/devmatei/listenbrainz-wrapped:latest