Skip to content

Commit

Permalink
Disable dump
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Apr 26, 2024
1 parent 8175975 commit 9cb26f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Dump context
uses: crazy-max/ghaction-dump-context@v2
#- name: Dump context
# uses: crazy-max/ghaction-dump-context@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
uses: actions/checkout@v4
with:
path: src
- name: Dump context
uses: crazy-max/ghaction-dump-context@v2
# - name: Dump context
# uses: crazy-max/ghaction-dump-context@v2
- name: Get depot tools
run: git clone -b dev https://github.com/kaidokert/depot_tools.git
- name: Add directory to PATH
Expand Down

0 comments on commit 9cb26f7

Please sign in to comment.