Skip to content

Commit

Permalink
build master-snapshot image
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodehuber committed May 10, 2024
1 parent 8a0e66c commit 0351888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ jobs:
images: |
name=apache/amoro-spark-optimizer
tags: |
type=ref,event=branch,enable=${{ matrix.spark == '3.3.3' }},suffix=-snapshot
type=ref,event=branch,enable=${{ matrix.spark == '3.3.3' }},suffix=-snapshot-spark3.3
type=semver,enable=${{ matrix.spark == '3.3.3' }},pattern={{version}}-spark3.3
type=semver,enable=${{ matrix.spark == '3.3.3' }},pattern={{version}}
- name: Print tags
run: echo '${{ steps.meta.outputs.tags }}'
Expand Down

0 comments on commit 0351888

Please sign in to comment.