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 c7f5e56 commit 9165857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 @@ -47,8 +48,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.base_version }}
tags: ${{ matrix.version }}

- name: Build and push backend Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 9165857

Please sign in to comment.