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 57f69a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-testflinger-testenv-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,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.base_version }}

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

0 comments on commit 57f69a5

Please sign in to comment.