Skip to content

Commit

Permalink
no "build id" for every build step
Browse files Browse the repository at this point in the history
  • Loading branch information
oxpa committed Sep 4, 2024
1 parent ac2e8c5 commit ad24e13
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:


- name: Build A as latest image
id: build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
env:
SOURCE_DATE_EPOCH: 123
Expand All @@ -81,7 +80,6 @@ jobs:
target: "A"

- name: Build B as latest image
id: build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
env:
SOURCE_DATE_EPOCH: 123
Expand All @@ -94,7 +92,6 @@ jobs:
target: "B"

- name: Build AB as latest image
id: build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
env:
SOURCE_DATE_EPOCH: 123
Expand All @@ -107,7 +104,6 @@ jobs:
target: "AB"

- name: Build A as latest and A
id: build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
env:
SOURCE_DATE_EPOCH: 123
Expand All @@ -120,7 +116,6 @@ jobs:
target: "A"

- name: Build AB for latest
id: build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
env:
SOURCE_DATE_EPOCH: 123
Expand Down

0 comments on commit ad24e13

Please sign in to comment.