diff --git a/.gitea/workflows/pushImage.yaml b/.gitea/workflows/pushImage.yaml index 4e6c7f5..3e45443 100644 --- a/.gitea/workflows/pushImage.yaml +++ b/.gitea/workflows/pushImage.yaml @@ -1,4 +1,4 @@ -name: Push Image to registry +name: Push image to registry on: push: branches: @@ -9,8 +9,8 @@ jobs: build-image: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 + - name: Check out repository code + uses: actions/checkout@v4 - name: Login to Docker Hub uses: docker/login-action@v3 with: