Skip to content

Commit

Permalink
Solve minor issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 13, 2024
1 parent 5bdd892 commit 69f9af6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-hub-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- master
- develop
- develop # TODO: Remove this
tags:
- 'v*.*.*'

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Define Platform Pair
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
echo "METACALL_PLATFORM=${platform//\//-}" >> $GITHUB_ENV
- name: Docker Metadata
id: meta
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
# - name: Upload Digest
# uses: actions/upload-artifact@v4
# with:
# name: digests-${{ env.PLATFORM_PAIR }}
# name: digests-${{ env.METACALL_PLATFORM }}
# path: /tmp/digests/*
# if-no-files-found: error
# retention-days: 1
Expand Down

0 comments on commit 69f9af6

Please sign in to comment.