Skip to content

Commit

Permalink
i like my job
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Oct 25, 2023
1 parent e8566e9 commit 25f8128
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/atd_moped_etl_arcgis_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
build:
name: Build AGOL ETL docker image
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./moped-etl/arcgis
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -28,8 +25,8 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build and push image
uses: docker/build-push-action@v4
working-directory: ./moped-etl/arcgis
with:
platforms: linux/amd64,linux/arm64
push: true
tags: atddocker/atd-moped-etl-arcgis:${{ github.ref_name }}
context: ./moped-etl/arcgis

0 comments on commit 25f8128

Please sign in to comment.