Skip to content

Commit

Permalink
Feature: updated GiHub Action tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
James Levell committed Jan 26, 2024
1 parent cd1df0e commit e3d5424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
context: ./
load: true
tags: |
ghcr.io/scout-ch/shortener/thilo_shortener:latest
ghcr.io/scout-ch/thilo-shortener/thilo_shortener:latest
- name: Push docker container
uses: docker/build-push-action@v5
with:
push: true
context: ./
tags: |
ghcr.io/scout-ch/shortener/thilo_shortener:latest
ghcr.io/scout-ch/thilo-shortener/thilo_shortener:latest

0 comments on commit e3d5424

Please sign in to comment.