Skip to content

Commit 62e9384

Browse files
authored
ci: Fix typos (astarte-platform#1811)
Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
1 parent 80eb032 commit 62e9384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-snapshot-to-dockerhub-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
build_snapshot:
5959
name: Push Docker images to Docker Hub
60-
runs-on: ${{ matrix.platform }}
60+
runs-on: ${{ matrix.platform.os }}
6161
permissions:
6262
packages: write
6363
contents: read

.github/workflows/publish-tool-snapshot-to-dockerhub-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18-
push_tool_snapshot_to_registry:
18+
build_snapshot:
1919
name: Push Docker images of Astarte tools to Docker Hub
2020
runs-on: ${{ matrix.platform.os }}
2121
permissions:

0 commit comments

Comments
 (0)