-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/gulfofmaine/buoy_barn
- Loading branch information
Showing
4 changed files
with
261 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,33 +13,33 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v1 | ||
uses: docker/setup-buildx-action@v1.5.1 | ||
|
||
- name: Cache Docker layers | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: buoy-barn-buildx-${{ github.sha }} | ||
restore-keys: | | ||
buoy-barn-buildx- | ||
- name: Cache Docker image | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: /tmp/myimage.tar | ||
key: buoy-barn-image-${{ github.sha }} | ||
restore-keys: | | ||
buoy-barn-image- | ||
- name: Login to Docker Hub | ||
uses: docker/login-action@v1 | ||
uses: docker/login-action@v1.10.0 | ||
continue-on-error: true | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
||
- name: Build Buoy Barn | ||
uses: docker/build-push-action@v2 | ||
uses: docker/build-push-action@v2.6.1 | ||
with: | ||
context: ./app | ||
push: false | ||
|
@@ -64,7 +64,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Cache Docker image | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: /tmp/myimage.tar | ||
key: buoy-barn-image-${{ github.sha }} | ||
|
@@ -103,7 +103,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Cache Docker image | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: /tmp/myimage.tar | ||
key: buoy-barn-image-${{ github.sha }} | ||
|
@@ -116,7 +116,7 @@ jobs: | |
docker image ls -a | ||
- name: "Login to Docker Hub" | ||
uses: docker/login-action@v1 | ||
uses: docker/login-action@v1.10.0 | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
@@ -150,7 +150,7 @@ jobs: | |
git diff --exit-code && echo 'Already Deployed' || (git commit -am 'Upgrade Buoy Barn to ${{ steps.tagName.outputs.tag }}' && git push) | ||
- name: Create Sentry Release | ||
uses: getsentry/action-release@v1 | ||
uses: getsentry/action-release@v1.1.6 | ||
env: | ||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} | ||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.