Skip to content

Commit

Permalink
Update latest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mortaelth authored Aug 28, 2024
1 parent c42272a commit 64dedc4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- main

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,8 +18,9 @@ jobs:
- name: Docker Login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_REGISTRY_USER }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 64dedc4

Please sign in to comment.