Skip to content

Commit

Permalink
Merge pull request #25 from lavanet/fixing-git-action-providing-wrong…
Browse files Browse the repository at this point in the history
…-name

Update build-docker-images.yml
  • Loading branch information
luis02lopez authored Feb 29, 2024
2 parents 0c6376d + e0e3c13 commit 2931996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
# tag latest
- name: "Tag latest branch"
run: |
python3 .github/tag_latest.py "consumer"
python3 .github/tag_latest.py "provider"
python3 .github/tag_latest.py "lava-consumer"
python3 .github/tag_latest.py "lava-provider"
# Necessary if you don't want your cache to grow forever, until
# https://github.com/docker/build-push-action/issues/252
Expand Down

0 comments on commit 2931996

Please sign in to comment.