Loading .github/workflows/test.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone uses: actions/checkout@v2 uses: actions/checkout@v3 - name: Set up Docker buildx uses: docker/setup-buildx-action@v1 - name: Generate docker tags Loading Loading
.github/workflows/test.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone uses: actions/checkout@v2 uses: actions/checkout@v3 - name: Set up Docker buildx uses: docker/setup-buildx-action@v1 - name: Generate docker tags Loading