From e659ff994cd78cb4221c29c240a9a76026d93884 Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Tue, 12 Nov 2024 13:57:14 -0600 Subject: [PATCH] Fix typos (Fixes #5) --- .github/workflows/action_publish-images-edge.yml | 4 ++-- src/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action_publish-images-edge.yml b/.github/workflows/action_publish-images-edge.yml index b6fa038..f7e55f2 100644 --- a/.github/workflows/action_publish-images-edge.yml +++ b/.github/workflows/action_publish-images-edge.yml @@ -34,7 +34,7 @@ jobs: with: destination_container_repo: serversideup/ansible provider: dockerhub - short_description: 'Run Ansible anywhere with a lightwieght and powerful Docker image.' + short_description: 'Run Ansible anywhere with a lightweight and powerful Docker image.' readme_file: 'README.md' - name: push README to Dockerhub (ansible-core) @@ -45,5 +45,5 @@ jobs: with: destination_container_repo: serversideup/ansible-core provider: dockerhub - short_description: 'Run Ansible anywhere with a lightwieght and powerful Docker image.' + short_description: 'Run Ansible anywhere with a lightweight and powerful Docker image.' readme_file: 'README.md' \ No newline at end of file diff --git a/src/Dockerfile b/src/Dockerfile index 65402e4..b1677c4 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -67,7 +67,7 @@ RUN serversideup-dep-install-alpine ${PACKAGE_DEPENDENCIES} && \ ansible --version LABEL org.opencontainers.image.title="serversideup/${BUILD_ANSIBLE_VARIATION}" \ - org.opencontainers.image.description="Run Ansible anywhere with a lightwieght and powerful Docker image" \ + org.opencontainers.image.description="Run Ansible anywhere with a lightweight and powerful Docker image" \ org.opencontainers.image.url="https://github.com/serversideup/docker-ansible" \ org.opencontainers.image.source="https://github.com/serversideup/docker-ansible" \ org.opencontainers.image.documentation="https://github.com/serversideup/docker-ansible" \