fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 18:41:12 +08:00
parent 4852f8ef13
commit 0c4d6eeace
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@ run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub .
name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: artifacts.iflytek.com