Skip to content

Commit 09345c0

Browse files
author
Jiyeon Baek
committed
feat: update workflow to support containerize new image
1 parent bd2932f commit 09345c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
#schedule:
1010
# - cron: '35 11 * * *'
1111
push:
12-
branches: [ main ]
12+
branches: [ main, container-tag-slim ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
1515
pull_request:
16-
branches: [ main ]
16+
branches: [ main, container-tag-slim ]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)