aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-08-25 13:41:36 +0100
committerGravatar Joe Banks <[email protected]>2020-08-25 13:41:36 +0100
commitc2953ef927ce936bf05c94c5b2f127e7b339d592 (patch)
tree6b62e6b883dc61f089e758b3d69c7c06c1b1fd1a
parentActual linting fixes (diff)
use latest convention instead of Git SHA for Docker
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 36ad937..b98f902 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -14,12 +14,12 @@ jobs:
- uses: actions/checkout@v2
- name: Build Docker image
- run: docker build . --file Dockerfile -t python-discord/metricity/metricity:${{ github.sha }}
+ run: docker build . --file Dockerfile -t python-discord/metricity/metricity:latest
- name: Publish Docker image
uses: elgohr/Publish-Docker-Github-Action@master
with:
- name: python-discord/metricity/metricity:${{ github.sha }}
+ name: python-discord/metricity/metricity:latest
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com