Skip to content

Commit

Permalink
Add checkout step back to docker release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 8, 2021
1 parent 9e5c103 commit 4bbd739
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telescope"
version = "0.2.4"
version = "0.2.5"
authors = [
"Antonia \"Nia\" Calia-Bogan <[email protected]>"
]
Expand Down

0 comments on commit 4bbd739

Please sign in to comment.