Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtam committed Mar 24, 2024
1 parent b16ae52 commit 4d3fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
branches: main

jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
-
name: Checkout
Expand Down

0 comments on commit 4d3fd56

Please sign in to comment.