Skip to content

Commit

Permalink
fix agent image name
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Apr 21, 2024
1 parent 49e2019 commit 598f4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-agent
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=ref,event=branch
Expand Down

0 comments on commit 598f4dc

Please sign in to comment.