Skip to content

Commit

Permalink
try to run docker build on dev server with another label
Browse files Browse the repository at this point in the history
  • Loading branch information
eldargab committed Feb 12, 2025
1 parent 5d7f71f commit 38ca914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
publish:
name: docker-publish
runs-on: dev-server-2
runs-on: dev-server
steps:
- name: Docker login
uses: docker/login-action@v3
Expand Down

0 comments on commit 38ca914

Please sign in to comment.