Skip to content
Snippets Groups Projects
Unverified Commit 8c9f2eac authored by Nicola Corti's avatar Nicola Corti
Browse files

Fix tags metadata when publishing

parent aa30b4d3
No related branches found
No related tags found
No related merge requests found
......@@ -30,11 +30,13 @@ jobs:
images: |
reactnativecommunity/react-native-android
tags: |
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}
- name: Build & publish to Docker Hub
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment