[release]

This commit is contained in:
Christopher Schnick
2025-03-15 08:30:16 +01:00
parent 30ad6b77b7
commit c97c53b065
2 changed files with 4 additions and 4 deletions

View File

@@ -33,14 +33,14 @@ jobs:
echo "XPIPE_TAG=$XPIPE_TAG" >> $GITHUB_ENV
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5.7.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: |
@@ -57,7 +57,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build and push Docker image
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@v6.9.0
with:
context: .
push: true

View File

@@ -1 +1 @@
15.4
15.5