Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
teng-gao authored Feb 23, 2024
1 parent 3bdef03 commit 6791470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Docker image

on:
release:
types: [published]
types: [published, edited]
# push:
# branches: [main, master]

Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
file: docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6791470

Please sign in to comment.