Compare commits
2 Commits
bd5ef263d7
...
f1c719cb08
Author | SHA1 | Date | |
---|---|---|---|
f1c719cb08 | |||
9888a6524c |
@ -19,7 +19,7 @@ jobs:
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build image
|
||||
- name: Build and push image
|
||||
run: |
|
||||
TAG=latest
|
||||
|
||||
@ -42,12 +42,12 @@ jobs:
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build image
|
||||
- name: Build and push image
|
||||
run: |
|
||||
TAG=latest
|
||||
|
||||
docker buildx build \
|
||||
--file Dockerfile \
|
||||
--file Dockerfile.rockylinux-8 \
|
||||
--push \
|
||||
--tag git.cryptic.systems/volker.raschek/ansible:${TAG}-rockylinux-8 \
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user