Skip to content

Commit

Permalink
fix target tag to build a docker image (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 authored Apr 16, 2024
1 parent 3d4dc7e commit e5035d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ "main" ]
tags:
- "v*"
- "bots-v*"

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
file: bots/Dockerfile
push: ${{ startsWith(github.ref, 'refs/tags') }} # push image only for tags
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e5035d7

Please sign in to comment.