Skip to content

Commit

Permalink
fix: correct image name in docker meta-data of matchmaking agent
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed May 15, 2024
1 parent 33ddaee commit 3178cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: |
${{ steps.set-docker-repo.outputs.REPO }}/provisioning-agent
${{ steps.set-docker-repo.outputs.REPO }}/matchmaking-agent
# Automatically prepare image tags; See action docs for more examples.
# semver patter will generate tags like these for example :1 :1.2 :1.2.3
tags: |
Expand Down

0 comments on commit 3178cbb

Please sign in to comment.