Skip to content

Commit

Permalink
Update docker-hub-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bcoderx6 authored Sep 1, 2024
1 parent 5bdad4a commit d2776d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-hub-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
- develop
- feature/** # Added to run on feature branches
- feature/**
tags:
- 'v*.*.*'

Expand All @@ -29,7 +29,6 @@ jobs:
- linux/arm64
- linux/arm/v6
- linux/arm/v7

steps:
- name: Checkout the code
uses: actions/checkout@v4
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
- name: Upload Digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ steps.define-platform.outputs.platform_safe }}-${{ github.run_id }} # Adding run_id for uniqueness
name: digests-${{ env.METACALL_PLATFORM_PAIR }}
path: /tmp/digests/*
retention-days: 1

Expand All @@ -85,8 +84,9 @@ jobs:
- name: Download all digests
uses: actions/download-artifact@v4
with:
name: digests-${{ github.run_id }} # Use run_id here as well for consistency
pattern: digests-*
path: /tmp/digests
merge-multiple: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit d2776d0

Please sign in to comment.