Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from CCI-Tools/dzelge_xxx_build_latest
Browse files Browse the repository at this point in the history
Dzelge xxx build latest
  • Loading branch information
AliceBalfanz authored Dec 14, 2021
2 parents 1dfa551 + 67bdbcb commit 707281c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,20 @@ jobs:
steps:
- name: git-checkout
uses: actions/checkout@v2
# Load ENV VARS from .env file
- name: load-dotenv
id: dotenv
uses: falti/[email protected]
# Print some info
# Get a concise release tag
- name: get-release-tag
id: release
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
# Print debug info
- name: info
id: info
run: |
echo "EVENT: ${{ github.event_name }}"
echo "RELEASE_TAG: ${{ steps.release.outputs.tag }}"
echo "CATE_VERSION: ${{ steps.dotenv.outputs.cate_version }}"
echo "CATE_INSTALL_MODE: ${{ steps.dotenv.outputs.cate_install_mode }}"
echo "XCUBE_VERSION: ${{ steps.dotenv.outputs.xcube_version }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/CCI-Tools/cate-docker.svg?branch=master)](https://travis-ci.org/CCI-Tools/cate-docker)
[![Docker builds](https://github.com/CCI-Tools/cate-docker/actions/workflows/workflow.yml/badge.svg)](https://github.com/CCI-Tools/cate-docker/actions/workflows/workflow.yml)

# Cate Docker Images

Expand Down

0 comments on commit 707281c

Please sign in to comment.