Skip to content

Commit

Permalink
update github docker workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Jun 9, 2024
1 parent 34b2ee3 commit 4d8932a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_beacon-chain.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Push docker image to GAR"
name: "Push beacon-chain docker image to GAR"

on:
push:
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions .github/workflows/docker_validator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Push docker image to GAR"
name: "Push validator docker image to GAR"

on:
push:
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4d8932a

Please sign in to comment.