Skip to content

Commit 8089b99

Browse files
authored
Make sure we move docker latest on every tag publishing
1 parent 4cff5ad commit 8089b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/metadata-action@v4
2828
with:
2929
flavor: |
30-
latest=false
30+
latest=true
3131
images: |
3232
reactnativecommunity/react-native-android
3333
tags: |

0 commit comments

Comments
 (0)