Skip to content

Commit

Permalink
GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamadi committed Jan 1, 2024
1 parent 09bb17a commit 08139f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
- uses: actions/checkout@v3
- name: Generate Date
id: date
run: echo "::set-output name=date::$(date +%Y%m%d%H%M%S)"
run: echo "::set-output name=date::$(date +%Y%m%d)"
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: Build and push Docker images
# You may pin to the exact commit or the version.
# uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
Expand Down

0 comments on commit 08139f4

Please sign in to comment.