Skip to content

Commit

Permalink
Update multiarch-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio authored Sep 23, 2023
1 parent 880e39c commit 4b46e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types: [published]
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
name: Push Docker image for x86_64 builds to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
MSVC_ARCH=x86_64
LLVM_ARCH=x86_64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4b46e0b

Please sign in to comment.