Skip to content

Commit

Permalink
Updated github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
diaznet committed Nov 10, 2024
1 parent 41fe765 commit ad7d30c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
diaznet/arlo-downloader
ghcr.io/diaznet/arlo-downloader
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand All @@ -42,6 +43,14 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

# Log-in to GHCR.io
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

# Checkout
- uses: actions/checkout@v4

Expand Down

0 comments on commit ad7d30c

Please sign in to comment.