Skip to content

Commit

Permalink
Restore proper push rules for dockerhub action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Jul 19, 2024
1 parent 9294912 commit a299772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_push_docker_latest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build_test_and_push_docker
name: Build and push Docker container to DockerHub

on:
push:
# branches:
# # Only build containers when pushing to main
# - "main"
branches:
# Only build containers for DockerHub when pushing to main
- "main"

env:
LATEST_TAG: dtcenter/ccpp-scm:latest
Expand Down

0 comments on commit a299772

Please sign in to comment.