Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
rembik committed Feb 2, 2021
1 parent 565d494 commit 6742795
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Checkout
name: Check out repository
uses: actions/checkout@v2
-
name: Prepare tags
id: prep
name: Set build variables
id: env
run: |
REGISTRY=ghcr.io/
IMAGE=zeiss-digital-innovation/apt
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Cache Docker layers
name: Check out Docker Buildx cache
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
Expand All @@ -79,12 +79,12 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
tags: ${{ steps.env.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
labels: |
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.created=${{ steps.env.outputs.created }}
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.version=${{ steps.prep.outputs.version }}
org.opencontainers.image.version=${{ steps.env.outputs.version }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=${{ github.event.repository.license.name }}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# APT - Automated Provisioning Tools

[![github_action_badge]][github_action]
[![github_actions_badge]][github_actions]
[![github_releases_badge]][github_releases]
[![github_container_badge]][github_container]

Expand Down Expand Up @@ -78,12 +78,12 @@ If you find issues, please register them at this [GitHub project issue page][git

This project is licensed under the MIT License - see the [LICENSE][github_licence] file for details.

[github_action]: https://github.com/zeiss-digital-innovation/container-apt/actions
[github_action_badge]: https://img.shields.io/github/workflow/status/zeiss-digital-innovation/container-apt/docker-build/master?logo=github
[github_actions]: https://github.com/zeiss-digital-innovation/container-apt/actions?query=workflow%3Acontainer
[github_actions_badge]: https://img.shields.io/github/workflow/status/zeiss-digital-innovation/container-apt/docker-build/master?logo=github
[github_releases]: https://github.com/zeiss-digital-innovation/container-apt/releases
[github_releases_badge]: https://img.shields.io/github/v/release/zeiss-digital-innovation/container-apt?sort=semver&logo=github
[github_container]: https://github.com/orgs/zeiss-digital-innovation/packages/container/package/apt
[github_container_badge]: https://img.shields.io/badge/registry-ghcr.io%2Fzeiss--digital--innovation%2Fapt-1488C6?logo=docker&logoColor=FFF
[github_container_badge]: https://img.shields.io/badge/image-ghcr.io%2Fzeiss--digital--innovation%2Fapt-1488C6?logo=docker&logoColor=FFF
[github_issue]: http://github.com/zeiss-digital-innovation/container-apt/issues/new/choose
[github_guide]: http://github.com/zeiss-digital-innovation/container-apt/tree/master/.github/CONTRIBUTING.md
[github_licence]: http://github.com/zeiss-digital-innovation/container-apt/tree/master/LICENSE

0 comments on commit 6742795

Please sign in to comment.