Skip to content

Commit

Permalink
updated docker publish
Browse files Browse the repository at this point in the history
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
  • Loading branch information
bishal7679 committed May 31, 2024
1 parent b4f1c64 commit 2e47465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publishing Docker image

on:
push:
branches: [ "docker" ]
branches: [ "main" ]
paths-ignore:
- 'README.md'
- '**/*_test.go'
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
with:
context: .
file: ./Dockerfile
tags: demo.goharbor.io/library/harbor-cli:1.2.5
tags: demo.goharbor.io/library/harbor-cli:0.0.1
push: true
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 2e47465

Please sign in to comment.