Skip to content

Commit

Permalink
Updated deprecated keys in circleci config file
Browse files Browse the repository at this point in the history
  • Loading branch information
giulio-giunta committed May 6, 2024
1 parent 37e86ef commit fc63174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.7
version: default
- run:
name: Create .terraformrc file locally
command: >-
Expand Down Expand Up @@ -37,12 +37,12 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.7
version: default
- run:
name: Build geekzone/infra image
command: |
docker build -t geekzone/infra:$TAG .
- deploy:
- run:
name: Push geekzone/infra image to Docker Hub
command: |
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
Expand Down

0 comments on commit fc63174

Please sign in to comment.