Skip to content

Commit

Permalink
Trying to make publish_crate -> publish_docker_image
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Oct 4, 2023
1 parent 844eed1 commit 134060b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crates.io-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Creates.io Publish
name: Publish Crate

on:
# Publish when tagged
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hub.docker.com-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Docker Hub Publish
name: Publish Docker image

on:
# Run after we published to https://crates.io
workflow_run:
workflows: [ "Creates.io Publish" ]
workflows: [ "Publish Crate" ]
types: [ "completed" ]
branches: [ "main" ]

Expand Down

0 comments on commit 134060b

Please sign in to comment.