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 bd09241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-testflinger-testenv-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- testflinger-testenv
paths:
- agent/extra/testflinger-testenv/**
- .github/workflows/build-testflinger-testenv-container.yml
workflow_dispatch:

env:
Expand Down Expand Up @@ -48,7 +49,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 bd09241

Please sign in to comment.