Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Nov 22, 2024
1 parent cd0b3d8 commit 3716e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-testflinger-testenv-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.base_version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.version }}
- name: Build and push backend Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 3716e49

Please sign in to comment.