diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81352a2..d9d9f6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,14 +14,17 @@ jobs: - linux - self-hosted - x64 - # Use this if running locally w/ act + # Use this if running locally w/ act # - ubuntu-latest steps: - - uses: docker/login-action@v1 + - uses: actions/checkout@v3.0.2 + + - uses: docker/login-action@v1.10.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - uses: docker/build-push-action@v2 + + - uses: docker/build-push-action@v2.4.0 with: file: Dockerfile no-cache: ${{ github.event_name == 'schedule' }} @@ -41,10 +44,10 @@ jobs: needs: image runs-on: - self-hosted - # Use this if running locally w/ act + # Use this if running locally w/ act # - ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.0.2 - uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKER_USERNAME }}