Skip to content

Commit

Permalink
fixed workflow for nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
viperadnan-git committed Jan 30, 2024
1 parent 86cc263 commit b4b07e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Docker image

on:
workflow_dispatch:
push:
branches:
- main
release:
types: [published]

Expand Down Expand Up @@ -43,7 +46,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit b4b07e3

Please sign in to comment.