test
Some checks failed
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Failing after 6s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Has been skipped
Some checks failed
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Failing after 6s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Has been skipped
This commit is contained in:
@@ -42,13 +42,13 @@ jobs:
|
||||
- name: Pull latest base images
|
||||
run: |
|
||||
docker pull alpine:latest
|
||||
docker pull ${{ env.IMAGE_ORG }}/${{ secrets.GIT_USERNAME }}/debian-base:bookworm
|
||||
docker pull ${{ env.IMAGE_REGISTRY }}/${{ secrets.GIT_USERNAME }}/debian-base:bookworm
|
||||
|
||||
- name: Get base image digests
|
||||
id: get_digest
|
||||
run: |
|
||||
alpine_digest=$(docker inspect --format='{{index .RepoDigests 0}}' alpine:latest || echo "unknown")
|
||||
debian_digest=$(docker inspect --format='{{index .RepoDigests 0}}' ${{ env.IMAGE_ORG }}/${{ secrets.GIT_USERNAME }}/debian-base:bookworm || echo "unknown")
|
||||
debian_digest=$(docker inspect --format='{{index .RepoDigests 0}}' ${{ env.IMAGE_REGISTRY }}/${{ secrets.GIT_USERNAME }}/debian-base:bookworm || echo "unknown")
|
||||
basic_digest=$debian_digest # assuming basic uses same debian-base image
|
||||
|
||||
echo "$alpine_digest" > .cache/alpine-base.digest
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
|
||||
- name: Login to Docker registry
|
||||
run: |
|
||||
echo "${{ secrets.GIT_TOKEN }}" | docker login ${{ env.IMAGE_ORG }} -u "${{ secrets.GIT_USERNAME }}" --password-stdin
|
||||
echo "${{ secrets.GIT_TOKEN }}" | docker login ${{ env.IMAGE_REGISTRY }} -u "${{ secrets.GIT_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Build and Push Alpine Image
|
||||
run: |
|
||||
@@ -164,7 +164,7 @@ jobs:
|
||||
|
||||
- name: Login to Docker registry
|
||||
run: |
|
||||
echo "${{ secrets.GIT_TOKEN }}" | docker login ${{ env.IMAGE_ORG }} -u "${{ secrets.GIT_USERNAME }}" --password-stdin
|
||||
echo "${{ secrets.GIT_TOKEN }}" | docker login ${{ env.IMAGE_REGISTRY }} -u "${{ secrets.GIT_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Build and Push Debian Image
|
||||
run: |
|
||||
@@ -188,7 +188,7 @@ jobs:
|
||||
|
||||
- name: Login to Docker registry
|
||||
run: |
|
||||
echo "${{ secrets.GIT_TOKEN }}" | docker login ${{ env.IMAGE_ORG }} -u "${{ secrets.GIT_USERNAME }}" --password-stdin
|
||||
echo "${{ secrets.GIT_TOKEN }}" | docker login ${{ env.IMAGE_REGISTRY }} -u "${{ secrets.GIT_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Build and Push Basic Image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user