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 c0c403e commit 68d6ceeCopy full SHA for 68d6cee
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
push: ${{ github.event_name != 'pull_request' }}
47
tags: |
48
inseefrlab/spark-hadoop:${{ steps.extract_tag.outputs.VERSION }}
49
- ${{ github.ref == 'refs/heads/master' && 'inseefrlab/spark-hadoop:latest' || '' }}
+ inseefrlab/spark-hadoop:latest
50
labels: ${{ steps.docker_meta.outputs.labels }}
51
52
- name: Image digest
0 commit comments