Skip to content

Commit

Permalink
Fix ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thevops committed Jun 25, 2024
1 parent 5e45d0c commit 1309418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'

jobs:
build:
Expand All @@ -26,6 +29,8 @@ jobs:
tags: |
type=sha
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

env:
DOCKER_IMAGE_NAME: thevops/youtube-summarizer:v1.0.1
DOCKER_IMAGE_NAME: thevops/youtube-summarizer:dev

tasks:
#
Expand Down

0 comments on commit 1309418

Please sign in to comment.