Skip to content

Commit

Permalink
[CI][Quick change] downgrade docker/login-action version (#1056)
Browse files Browse the repository at this point in the history
We accidentally bumped the action version in #1041. Need to reverse to
build artifacts for the release.
  • Loading branch information
okdas authored Feb 5, 2025
1 parent 1617784 commit 6e1cea1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
with:
fetch-depth: "0" # Per https://github.com/ignite/cli/issues/1674#issuecomment-1144619147

- name: install ignite
run: |
make ignite_install
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23.0"

- name: install ignite
run: |
make ignite_install
- name: Install CI dependencies
run: make install_ci_deps

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
type=sha,format=long,suffix=-prod
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 6e1cea1

Please sign in to comment.