Skip to content

Commit

Permalink
workflow push on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Apr 2, 2024
1 parent b5a30aa commit 2ba7cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: ci

on:
push:
branches:
- master
tags: [ v* ]
workflow_dispatch:

jobs:
Expand All @@ -28,4 +27,5 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:${{ steps.vars.outputs.tag }} ,${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 2ba7cb1

Please sign in to comment.