Skip to content

Commit

Permalink
Fixes to dockerfile
Browse files Browse the repository at this point in the history
Attempt to fix GITHUB_REF, which is the branch that sent the workflow request
  • Loading branch information
JoshLoecker committed Oct 5, 2022
1 parent b8135f3 commit c49051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout Repository
- uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_REF }}
ref: ${{ github.GITHUB_REF }}

- name: Log in to Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit c49051b

Please sign in to comment.