Skip to content

Commit

Permalink
Added latest image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kchudy committed Jul 21, 2023
1 parent 4c77820 commit 642311e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
test:
build:

runs-on: ubuntu-latest

Expand All @@ -32,6 +32,8 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: kchudy/vonage-to-matrix:${{github.run_number}}
tags:
- kchudy/vonage-to-matrix:${{github.run_number}}
- kchudy/vonage-to-matrix:latest


0 comments on commit 642311e

Please sign in to comment.