Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dudanogueira/rocket.connect
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed May 12, 2021
2 parents 9fc4001 + b1d9b50 commit c1aa034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:

- name: Checkout Code Repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8

Expand All @@ -41,7 +41,7 @@ jobs:
steps:

- name: Checkout Code Repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Build the Stack
run: docker-compose -f local.yml build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
-
name: Docker meta
id: meta
uses: crazy-max/ghaction-docker-meta@v2
uses: crazy-max/ghaction-docker-meta@v3.1.0
with:
images: dudanogueira/rocket.connect
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
context: .
file: ./compose/production/django/Dockerfile
Expand Down

0 comments on commit c1aa034

Please sign in to comment.