Skip to content

Commit

Permalink
Update docker and python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Oct 30, 2023
1 parent 49dd7d5 commit 3aa6075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: meta
with:
images: tdewolff/minify
tags: type=ref
tags: type=ref,event=tag

- uses: docker/login-action@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Python
on:
push:
branches:
- master
tags:
- 'v*'

Expand Down

0 comments on commit 3aa6075

Please sign in to comment.