mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Update workflow
This commit is contained in:
parent
e67b0c7845
commit
42888b75c4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -28,9 +28,10 @@ jobs:
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: Docker login
|
- name: Docker login
|
||||||
run: >-
|
env:
|
||||||
echo "${{ secrets.GITHUB_TOKEN }}"
|
DOCKER_USERNAME: ${{ github.actor }}
|
||||||
| docker login -u "${{ github.actor }}" --password-stdin
|
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" ghcr.io
|
||||||
|
|
||||||
- name: Push image to GitHub
|
- name: Push image to GitHub
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue