Skip to content

Commit

Permalink
Docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jul 19, 2024
1 parent d38fa0e commit 5f8db4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,16 @@ jobs:
tag: "focal"
- image: "docker-molecule-images"
tag: "bionic"
- image: "docker-molecule-images"
tag: "lunar"
- image: "docker-molecule-images"
tag: "noble"
steps:

- name: Docker Login
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Checkout Role
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/b
|[Debian](https://hub.docker.com/r/buluma/debian)|all|
|[Fedora](https://hub.docker.com/r/buluma/fedora)|38, 39, 40|
|[opensuse](https://hub.docker.com/r/buluma/opensuse)|all|
|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|jammy, focal, bionic, lunar, noble|
|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|jammy, focal, bionic, noble|
The minimum version of Ansible required is 2.12, tests have been done to:
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ galaxy_info:
- jammy
- focal
- bionic
- lunar
- noble

galaxy_tags:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
[tox]
minversion = 4.2.4
envlist = py3-ansible{8,9}
envlist = py3-ansible{9}

skipsdist = true

Expand Down

0 comments on commit 5f8db4b

Please sign in to comment.