Skip to content

Commit

Permalink
ci(fio-testnet): update ci/cd library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Jun 23, 2024
1 parent 3013ae0 commit 100caff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-fio-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
environment: fio-testnet
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 'step-log'
Expand Down

0 comments on commit 100caff

Please sign in to comment.