Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
update tag vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SuTree committed Jul 11, 2024
1 parent d4d885e commit 3e69134
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v6
env:
Ver: $TAG_NAME
with:
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/flexget:latest
${{ secrets.DOCKERHUB_USERNAME }}/flexget:"$Ver"
${{ secrets.DOCKERHUB_USERNAME }}/flexget:${{ env.TAG_NAME }}
- name: Set up Git
run: |
Expand Down

0 comments on commit 3e69134

Please sign in to comment.