mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Yarn upgrade all (#35)
* Upgrade all yarn * Only publish containers on main
This commit is contained in:
8
.github/workflows/publish-containers.yml
vendored
8
.github/workflows/publish-containers.yml
vendored
@@ -38,12 +38,12 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push to Packages
|
||||
- name: Build / push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: backend
|
||||
file: ./backend/Dockerfile
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
|
||||
publish-frontend:
|
||||
@@ -78,10 +78,10 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push to Packages
|
||||
- name: Build / push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
|
Reference in New Issue
Block a user