Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Jun 19, 2024
1 parent 64e4f9c commit d27d288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ci/testing-docker-build-push-action
paths:
- ".github/workflows/publish_docker.yml"
- "templates/**"
Expand Down Expand Up @@ -48,5 +49,5 @@ jobs:
build-args: |
IMAGE_NAME=${{ matrix.image }}
MIN=${{ matrix.min }}
push: true
push: false
tags: ${{ matrix.tags }}

0 comments on commit d27d288

Please sign in to comment.