Skip to content

Commit

Permalink
Update github-actions-builddockerfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Feb 11, 2024
1 parent f1760fb commit a8fa062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-builddockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build_Subgen_Dockerfile
on:
push:
branches:
- 'launcher'
- 'main'
paths-ignore:
- '**.md'
- '**.yml'
Expand All @@ -24,4 +24,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: mccloud/subgen:launcher
tags: mccloud/subgen:latest

0 comments on commit a8fa062

Please sign in to comment.