diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml deleted file mode 100644 index 760987a..0000000 --- a/.gitea/workflows/build.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 -on: [push] -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - name: Check out repository code - uses: actions/checkout@v3 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file diff --git a/.gitea/workflows/buildDocker.yaml b/.gitea/workflows/buildDocker.yaml index a34bdb0..0349e18 100644 --- a/.gitea/workflows/buildDocker.yaml +++ b/.gitea/workflows/buildDocker.yaml @@ -28,4 +28,4 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - git.donnymims.com/dnny44/test-actions:latest \ No newline at end of file + git.donnymims.com/dnny44/docker-epg:latest \ No newline at end of file diff --git a/.gitea/workflows/secretsTest.yaml b/.gitea/workflows/secretsTest.yaml deleted file mode 100644 index 4700fab..0000000 --- a/.gitea/workflows/secretsTest.yaml +++ /dev/null @@ -1,16 +0,0 @@ -on: push -jobs: - hello-world: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Configure 1Password Service Account - uses: 1password/load-secrets-action/configure@v1 - with: - service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - - - name: Load secret - uses: 1password/load-secrets-action@v1 - env: - SECRET: op://Dev Vault #1/Password/password \ No newline at end of file