Skip to content

Commit

Permalink
image workflows on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed May 13, 2024
1 parent 0c4b157 commit 8500c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/algoid_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: algoid_image
on:
push:
branches: ['image_workflow']
tags:
- '*'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/resolver_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: resolver_image
on:
push:
branches: ['image_workflow']
tags:
- '*'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 8500c48

Please sign in to comment.