Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
480c83f5
Commit
480c83f5
authored
9 months ago
by
Rafael Guterres Jeffman
Committed by
Thomas Woerner
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! New image builder without molecule using podman
parent
928ed30b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/azure/templates/build_container.yml
+2
-2
2 additions, 2 deletions
tests/azure/templates/build_container.yml
with
2 additions
and
2 deletions
tests/azure/templates/build_container.yml
+
2
−
2
View file @
480c83f5
...
...
@@ -42,9 +42,9 @@ jobs:
QUAY_ROBOT_TOKEN
:
$(QUAY_ROBOT_TOKEN)
-
script
:
|
podman push ${{parameters.distro}}-base quay.io/ansible-freeipa/upstream-tests:${{ parameters.distro }}-base
podman push
quay.io/ansible-freeipa/upstream-tests:
${{parameters.distro}}-base quay.io/ansible-freeipa/upstream-tests:${{ parameters.distro }}-base
displayName
:
Push base image
-
script
:
|
podman push ${{ parameters.distro }}-server quay.io/ansible-freeipa/upstream-tests:${{ parameters.distro }}-server
podman push
quay.io/ansible-freeipa/upstream-tests:
${{ parameters.distro }}-server quay.io/ansible-freeipa/upstream-tests:${{ parameters.distro }}-server
displayName
:
Push server image
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment