Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Jun 20, 2022
1 parent 329c69c commit a6d21fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Prepare
run: |
if [ "$OS_TYPE" = "alpine" ]; then
docker pull alpine:3.15
docker pull alpine:3.16
docker pull "$DOCKER_USER/ipsec-vpn-server"
elif [ "$OS_TYPE" = "debian" ]; then
docker pull debian:bullseye-slim
Expand All @@ -62,7 +62,7 @@ jobs:
BASE_UPDATED=false
if [ "$OS_TYPE" = "alpine" ]; then
base_ts=$(docker inspect --format='{{.Created}}' alpine:3.15)
base_ts=$(docker inspect --format='{{.Created}}' alpine:3.16)
image_ts=$(docker inspect --format='{{.Created}}' "$DOCKER_USER/ipsec-vpn-server")
elif [ "$OS_TYPE" = "debian" ]; then
base_ts=$(docker inspect --format='{{.Created}}' debian:bullseye-slim)
Expand Down

0 comments on commit a6d21fb

Please sign in to comment.