Ver Fonte

Delete dockerimage.yml

My bad
Mikkel Hjortshøj há 5 anos atrás
pai
commit
0b7711684b
1 ficheiros alterados com 0 adições e 19 exclusões
  1. 0 19
      .github/workflows/dockerimage.yml

+ 0 - 19
.github/workflows/dockerimage.yml

@@ -1,19 +0,0 @@
-name: Docker Image CI
-
-on: [push]
-
-jobs:
-  build:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/checkout@v2
-    - name: Build the Docker image
-      run: docker build . --file Dockerfile --tag vpbot:dev
-    - name: Docker Publish
-      uses: manusa/[email protected]
-      with:
-        name: vpbot
-        tag: dev
-        username: ${{ secrets.DOCKER_USERNAME }}
-        password: ${{ secrets.GITHUB_TOKEN }}
-        registry: docker.pkg.github.com