Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Sep 20, 2023
1 parent 5795743 commit 097fd5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: registry.rostlab.org
username: "${{ secrets.REGISTRY_USER }}"
password: "${{ secrets.REGISTRY_TOKEN }}"
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and Push Docker Image
Expand Down

0 comments on commit 097fd5f

Please sign in to comment.