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 Dec 19, 2024
1 parent 87a948f commit 0cd4756
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-hub-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
run: |
./docker-compose.sh platform
- name: List Docker Images
run: docker images

- name: Tag Platform Images
run: |
platform_tag=$(echo "${{ matrix.platform }}" | tr '/' '-')
Expand All @@ -89,10 +92,6 @@ jobs:
docker build --platform ${{ matrix.platform }} -t test-image .
docker run --rm --platform=${{ matrix.platform }} test-image | grep "abcde"
- name: List Docker Images
run: docker images


- name: Push Platform Images
run: |
platform_tag=$(echo "${{ matrix.platform }}" | tr '/' '-')
Expand Down

0 comments on commit 0cd4756

Please sign in to comment.