Skip to content

Commit 767d8f9

Browse files
authored
Update Docker publish workflow to include branches
1 parent 7b02fad commit 767d8f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Docker-build-n-push
22

33
on:
44
push:
5-
# In case branches are also ignored
6-
# branches:
7-
# - "**"
5+
branches:
6+
- "**"
87
tags-ignore:
98
- '**'
109
release:
@@ -14,6 +13,7 @@ jobs:
1413
build-and-push-image:
1514
runs-on: ubuntu-latest
1615
permissions:
16+
contents: read
1717
packages: write
1818
steps:
1919
- name: Checkout repository

0 commit comments

Comments
 (0)