Update Docker build workflow configuration

This commit is contained in:
Ruins
2026-04-01 13:43:18 +09:00
committed by GitHub
parent 368e031373
commit 0119ff2696
+5 -2
View File
@@ -10,7 +10,10 @@ on:
jobs:
docker-build:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
contents: read
packages: write
env:
IMAGE_NAME: docker_state_exporter
steps:
@@ -22,7 +25,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_ACCESS_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with: