Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 9, 2024
1 parent a796681 commit 56298c9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

- uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: Login to GitHub Container Registry
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata for Docker
id: meta
Expand Down Expand Up @@ -58,6 +58,12 @@ jobs:
TAGLIB_SHA=e3de03501ff66221d1f1f971022b248d5b38ba06
RELEASE_VERSION=0
- uses: actions/upload-artifact@v4
with:
name: taglib-2.0.2-1.${{ matrix.platform }}.zip
path: ./dist
retention-days: 7

# - name: Build the Docker image
# run: |
# source .versions
Expand Down

0 comments on commit 56298c9

Please sign in to comment.