Skip to content

test

test #7

Workflow file for this run

#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
name: Sung's Test
on:
push:
env:
DOCKER_IMAGE_TAG: iceberg-rest-fixture
DOCKER_IMAGE_VERSION: latest
DOCKER_REPOSITORY: ${{ env.DOCKER_REPOSITORY || 'apache' }}

Check failure on line 28 in .github/workflows/test-action.yml

View workflow run for this annotation

GitHub Actions / Sung's Test

Invalid workflow file

The workflow is not valid. .github/workflows/test-action.yml (Line: 28, Col: 22): Unrecognized named-value: 'env'. Located at position 1 within expression: env.DOCKER_REPOSITORY || 'apache'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set the tagged version
if: github.event_name == 'push'
run: |
echo "DOCKER_IMAGE_VERSION=`echo refs/tags/apache-iceberg-1.7.1 | tr -d -c 0-9.`" >> "$GITHUB_ENV"
- name: Test tag
run: |
echo $DOCKER_REPOSITORY/$DOCKER_IMAGE_TAG:$DOCKER_IMAGE_VERSION