chore: change workflow step names

This commit is contained in:
DaanSelen
2025-11-26 15:42:10 +01:00
parent c8f13952c3
commit 63e7a5ec4b

View File

@@ -52,7 +52,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Docker meta by docs https://github.com/docker/metadata-action - name: Extract Docker metadata from environment
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
@@ -64,7 +64,7 @@ jobs:
type=ref,event=tag type=ref,event=tag
type=sha,format=short,prefix= type=sha,format=short,prefix=
- name: Build and export (multi-arch) AMD64 & ARM64 - name: Build and export (AMD64 & ARM64)
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .