From 694bb0375daa9cd9cf157d94338a8dfc13b6fd2e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 17 Feb 2024 09:39:53 -0500 Subject: Update and rename docker-image.yml to docker-publish-dh.yml --- .github/workflows/docker-image.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/docker-image.yml (limited to '.github/workflows/docker-image.yml') diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml deleted file mode 100644 index f6c074c..0000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Docker Image CI - -on: - push: - branches: [ "stable" ] - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - # No changes - - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v5 - with: - push: true - tags: alee14498/dlap:latest -- cgit v1.2.3