diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index 940ce02..4d9966e 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -2,18 +2,17 @@ name: Build (and tag) Images on: push: - branches: - workflow_dispatch: + workflow_dispatch: jobs: build: - runs-on: ubuntu-latest + runs-on: docker steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to Container Registry uses: docker/login-action@v3