Skip to content

Commit

Permalink
ci: move most to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 committed Apr 10, 2024
1 parent 13648d7 commit 65376f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: SeptBlast/docker-login@v1.1.2
with:
registry: ${{ env.REGISTRY }}
login-server: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 65376f3

Please sign in to comment.