Skip to content

Commit

Permalink
Fixes to dockerfile
Browse files Browse the repository at this point in the history
Another attempt to fix GITHUB_REF, which is the branch that sent the workflow request
  • Loading branch information
JoshLoecker committed Oct 5, 2022
1 parent c49051b commit 2c757ea
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: ${{ github.GITHUB_REF }}
ref: ${ GITHUB_REF }

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

0 comments on commit 2c757ea

Please sign in to comment.