Skip to content

Commit

Permalink
Update build workflows to use latest tag for quota-microservices image
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Apr 11, 2024
1 parent e99892c commit 0f77e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: shrink/actions-docker-extract@v3
id: extract
with:
image: quota-microservices
image: quota-microservices:latest
path: /output/.
destination: output

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: shrink/actions-docker-extract@v3
id: extract
with:
image: quota-microservices
image: quota-microservices:latest
path: /output/.
destination: output

Expand Down

0 comments on commit 0f77e86

Please sign in to comment.