We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa30b4d commit 8c9f2eaCopy full SHA for 8c9f2ea
.github/workflows/publish.yml
@@ -30,11 +30,13 @@ jobs:
30
images: |
31
reactnativecommunity/react-native-android
32
tags: |
33
- type=ref,event=pr
+ type=ref,event=tag
34
type=semver,pattern={{version}}
35
type=semver,pattern={{major}}
36
- name: Build & publish to Docker Hub
37
uses: docker/build-push-action@v4
38
with:
39
+ context: .
40
push: ${{ github.event_name != 'pull_request' }}
41
tags: ${{ steps.meta.outputs.tags }}
42
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments