Skip to content

Commit

Permalink
Fix typos (Fixes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 12, 2024
1 parent 0f9a8d5 commit e659ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action_publish-images-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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'
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit e659ff9

Please sign in to comment.