Skip to content

Commit

Permalink
Merge pull request #42 from Matts966/fix/latest-image
Browse files Browse the repository at this point in the history
Push latest tag when delivering docker images
  • Loading branch information
Matts966 authored Nov 10, 2020
2 parents 8a7368b + 09d05fa commit c2238f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
tag_with_ref: true
dockerfile: docker/Dockerfile
cache_froms: matts966/alphasql:latest
tags: matts966/alphasql:latest
tags: latest
- name: Test installation
shell: bash
env:
Expand Down Expand Up @@ -136,4 +136,4 @@ jobs:
tag_with_ref: true
dockerfile: docker/Dockerfile
cache_froms: matts966/alphasql:latest
tags: matts966/alphasql:latest
tags: latest

0 comments on commit c2238f7

Please sign in to comment.