Skip to content

Commit

Permalink
switch runners
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 26, 2024
1 parent 47e84b3 commit fc162d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Docker
# documentation.

on:
workflow_dispatch:
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand All @@ -22,7 +23,7 @@ env:

jobs:
build:
runs-on: ['self-hosted', 'size-s']
runs-on: ['self-hosted-ghrtest', 'size-s-x64']
permissions:
contents: read
packages: write
Expand Down

0 comments on commit fc162d4

Please sign in to comment.