Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ jobs:
run: |
echo "$REGISTRY_PASSWORD" | docker login -u "$REGISTRY_USERNAME" --password-stdin "$REGISTRY_URL"

# it's temporarily needed to install skopeo
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: stable
cache: true

- name: "Checkout"
uses: "actions/checkout@v6"
with:
Expand Down Expand Up @@ -354,11 +347,12 @@ jobs:
with:
fetch-depth: 0

# used to run go fmt after patching dp/frr versions in the fabricator
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: stable
cache: true
cache: false

- name: Login to ghcr.io
uses: docker/login-action@v4
Expand Down
Loading