Skip to content

Commit

Permalink
Re-enable build and push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siebsie23 authored Jul 15, 2024
1 parent 0766df3 commit 87f0f28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build and push docker images

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 87f0f28

Please sign in to comment.