Skip to content

Commit f749c32

Browse files
committed
fix #268: Do not build :latest for postfix-exporter from main branch
As we are now aligning the build version of `postfix-exporter` with the build version of the image. Hance it doesn't make sense to build `:latest` from the main branch anymore, but to build it from the latest tag (as it is the case with the main docker image).
1 parent aadfbfa commit f749c32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
with:
5353
DOCKER_ACCESS_TOKEN: '${{ secrets.DOCKER_ACCESS_TOKEN }}'
5454
tags: |
55-
boky/postfix-exporter:latest
5655
boky/postfix-exporter:edge
5756
5857
Build_Alpine:

0 commit comments

Comments
 (0)