Use environment variable.

This commit is contained in:
2024-02-26 14:19:41 +01:00
parent 748460b0ba
commit 42c7ef7861

View File

@@ -38,6 +38,8 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
env:
ACTIONS_RUNTIME_TOKEN: ''
with: with:
context: . context: .
tags: cs-git.ddnss.de/docker/php-apache-8-3 tags: cs-git.ddnss.de/docker/php-apache-8-3