Skip to content

Commit

Permalink
Merge pull request #13 from silinternational/dev
Browse files Browse the repository at this point in the history
GHCR.io image push - 8.*
  • Loading branch information
Praveenraj-K authored Oct 14, 2024
2 parents 83f8c51 + 21c80e9 commit 27f2463
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build and Publish

on:
push:
push:
branches: [ '8.*' ]
schedule:
# High load times include the start of every hour.
# If the load is sufficiently high enough, some queued jobs may be dropped.
Expand All @@ -24,9 +25,9 @@ jobs:
- name: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 27f2463

Please sign in to comment.