We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0602b6 commit 9e13a6fCopy full SHA for 9e13a6f
.github/workflows/docker-push-release.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Docker Build ${{ matrix.platform }}
47
run: |
48
docker buildx version
49
- tag=osb/osb-`echo ${{ matrix.platform }} | tr '/' '-'`
+ tag=osb-`echo ${{ matrix.platform }} | tr '/' '-'`
50
set -x
51
- docker buildx build --platform ${{ matrix.platform }} --build-arg VERSION=`cat version.txt` --build-arg BUILD_DATE=`date -u +%Y-%m-%dT%H:%M:%SZ` -f docker/Dockerfile -t "$tag" --push .
+ docker buildx build --platform ${{ matrix.platform }} --build-arg VERSION=`cat version.txt` --build-arg BUILD_DATE=`date -u +%Y-%m-%dT%H:%M:%SZ` -f docker/Dockerfile -t opensearchstaging/opensearch-benchmark:"$tag" --push .
52
set +x
0 commit comments