Skip to content

chore(deps): bump certifi from 2024.2.2 to 2024.7.4 #124

chore(deps): bump certifi from 2024.2.2 to 2024.7.4

chore(deps): bump certifi from 2024.2.2 to 2024.7.4 #124

name: Docker image build on tag
on: push
jobs:
build:
name: Push Docker image to GitHub package container registry
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: greenstatic/bigbluebutton-exporter
tag_with_ref: true
push: ${{ startsWith(github.ref, 'refs/tags/') }}