Skip to content

Commit

Permalink
correct push command
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCh3n committed Oct 1, 2021
1 parent c97345f commit 42bc73e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# This is a basic workflow to help you get started with Actions
# FULL TUTORIAL:
# https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio

name: ga ci build

Expand Down Expand Up @@ -36,4 +38,4 @@ jobs:
docker build ./src/Dockerfile/ -t ghcr.io/wesleych3n/autograde:latest
- name: docker push
run: |
docker ghcr.io/wesleych3n/autograde:latest
docker push ghcr.io/wesleych3n/autograde:latest

0 comments on commit 42bc73e

Please sign in to comment.