Skip to content

Commit

Permalink
Merge pull request #1 from lnls-sirius/deploy
Browse files Browse the repository at this point in the history
Use GITHUB Secret on Image Deploy
  • Loading branch information
RafaelLyra8 authored Sep 15, 2023
2 parents 2586d2e + fe74e97 commit f7c2c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PRES_MON }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker Compose 🪖
run: docker-compose push
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
vacs:
container_name: 'pressure-mon'
image: 'ghcr.io/lnls-sirius/pressure-mon:1.0.1'
image: 'ghcr.io/lnls-sirius/pressure-mon:1.0.2'
build:
context: .
ports:
Expand Down

0 comments on commit f7c2c8e

Please sign in to comment.