Skip to content

Commit

Permalink
Merge pull request #6 from tenable/fix/pr-pipeline
Browse files Browse the repository at this point in the history
Updated PR Pipeline to use vars instead of environment variables.
  • Loading branch information
SteveMcGrath authored Dec 12, 2024
2 parents 8716fb4 + c71286b commit e79fb96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .actrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--container-architecture linux/amd64
-P ubuntu-latest=catthehacker/ubuntu:act-latest
--rm
2 changes: 1 addition & 1 deletion .github/workflows/pr_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79fb96

Please sign in to comment.