From 488d1d6e1962bf186ce986e57b3f138f4bad2e41 Mon Sep 17 00:00:00 2001 From: Mark Ettema Date: Fri, 27 Dec 2019 00:43:50 +0700 Subject: [PATCH] Added docker push --- .github/workflows/dockerimage.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 5f2966b..c2a361c 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -12,3 +12,11 @@ jobs: - uses: actions/checkout@v1 - name: Build the Docker image run: docker build . --file Dockerfile --tag neothor/steam-open-id:$(date +%s) + - name: Push the Docker image + uses: jerray/publish-docker-action@master + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + registry: docker.pkg.github.com + repository: neothor/steam-open-id + auto_tag: true \ No newline at end of file