Skip to content

Commit 1a2eb33

Browse files
fix docker publishing
1 parent e10a161 commit 1a2eb33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
push: true
121121
context: .
122122
tags: |
123-
blacklanternsecurity/bbot:latest
124123
blacklanternsecurity/bbot:dev
125124
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION }}
126125
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION_MAJOR_MINOR }}
@@ -132,6 +131,7 @@ jobs:
132131
push: true
133132
context: .
134133
tags: |
134+
blacklanternsecurity/bbot:latest
135135
blacklanternsecurity/bbot:stable
136136
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION }}
137137
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION_MAJOR_MINOR }}
@@ -144,7 +144,6 @@ jobs:
144144
file: Dockerfile.full
145145
context: .
146146
tags: |
147-
blacklanternsecurity/bbot:latest-full
148147
blacklanternsecurity/bbot:dev-full
149148
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION }}-full
150149
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION_MAJOR_MINOR }}-full
@@ -157,6 +156,7 @@ jobs:
157156
file: Dockerfile.full
158157
context: .
159158
tags: |
159+
blacklanternsecurity/bbot:latest-full
160160
blacklanternsecurity/bbot:stable-full
161161
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION }}-full
162162
blacklanternsecurity/bbot:${{ steps.version.outputs.BBOT_VERSION_MAJOR_MINOR }}-full

0 commit comments

Comments
 (0)