Skip to content

Commit b53b0da

Browse files
committed
fix: ci
1 parent a817570 commit b53b0da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_container.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Create and publish a Skyhook Package
55
on:
66
push:
77
tags:
8+
- '**'
89

910

1011
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
@@ -54,7 +55,7 @@ jobs:
5455
push: true
5556
tags: ${{ steps.meta.outputs.tags }}
5657
labels: ${{ steps.meta.outputs.labels }}
57-
platforms: linux/amd64,linux/arm64
58+
#platforms: linux/amd64,linux/arm64
5859

5960
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see [AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
6061
- name: Generate artifact attestation

0 commit comments

Comments
 (0)