From c71286bfed559cd6988de76c9095528e556fa56c Mon Sep 17 00:00:00 2001 From: Steve McGrath Date: Wed, 11 Dec 2024 16:42:06 -0600 Subject: [PATCH] Updated PR Pipeline to use vars instead of environment variables. --- .actrc | 3 +++ .github/workflows/pr_testing.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .actrc diff --git a/.actrc b/.actrc new file mode 100644 index 0000000..53f2d09 --- /dev/null +++ b/.actrc @@ -0,0 +1,3 @@ +--container-architecture linux/amd64 +-P ubuntu-latest=catthehacker/ubuntu:act-latest +--rm diff --git a/.github/workflows/pr_testing.yaml b/.github/workflows/pr_testing.yaml index 4d16f41..41f2eae 100644 --- a/.github/workflows/pr_testing.yaml +++ b/.github/workflows/pr_testing.yaml @@ -52,7 +52,7 @@ jobs: - name: Docker Login uses: docker/login-action@v3 with: - username: ${{ env.DOCKER_USERNAME }} + username: ${{ vars.DOCKER_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Docker Scout